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 2dbb481aa3..cf301fca78 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 @@ -154,11 +154,7 @@ export class ColumnLineMix extends G2PlotChartView { } }, { - type: 'active-region', - cfg: { - start: [{ trigger: 'element:mousemove', action: 'active-region:show' }], - end: [{ trigger: 'element:mouseleave', action: 'active-region:hide' }] - } + type: 'active-region' } ] }