Merge pull request #9104 from dataease/pr@dev-v2@fix_mix_tooltip

fix(图表): 修复双轴图提示触发异常
This commit is contained in:
wisonic-s 2024-04-15 17:26:41 +08:00 committed by GitHub
commit 7d9b41316d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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: {