diff --git a/core/core-frontend/src/views/chart/components/js/panel/charts/others/chart-mix.ts b/core/core-frontend/src/views/chart/components/js/panel/charts/others/chart-mix.ts index d7f6fc6c4d..141c0df4a2 100644 --- a/core/core-frontend/src/views/chart/components/js/panel/charts/others/chart-mix.ts +++ b/core/core-frontend/src/views/chart/components/js/panel/charts/others/chart-mix.ts @@ -103,13 +103,6 @@ export class ColumnLineMix extends G2PlotChartView { ] } }, - { - type: 'tooltip', - cfg: { - start: [{ trigger: 'point:mousemove', action: 'tooltip:show' }], - end: [{ trigger: 'point:mouseleave', action: 'tooltip:hide' }] - } - }, { type: 'active-region', cfg: {