forked from github/dataease
Merge pull request #9104 from dataease/pr@dev-v2@fix_mix_tooltip
fix(图表): 修复双轴图提示触发异常
This commit is contained in:
commit
7d9b41316d
@ -103,13 +103,6 @@ export class ColumnLineMix extends G2PlotChartView<DualAxesOptions, DualAxes> {
|
|||||||
]
|
]
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
|
||||||
type: 'tooltip',
|
|
||||||
cfg: {
|
|
||||||
start: [{ trigger: 'point:mousemove', action: 'tooltip:show' }],
|
|
||||||
end: [{ trigger: 'point:mouseleave', action: 'tooltip:hide' }]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: 'active-region',
|
type: 'active-region',
|
||||||
cfg: {
|
cfg: {
|
||||||
|
Loading…
Reference in New Issue
Block a user