fix(图表): 修复双轴图提示触发异常

This commit is contained in:
wisonic-s 2024-04-15 17:25:52 +08:00
parent 864303329a
commit e49725ac1c

View File

@ -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',
cfg: {