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 7f011112f4..d7f6fc6c4d 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 @@ -124,6 +124,7 @@ export class ColumnLineMix extends G2PlotChartView { const newChart = new DualAxes(container, options) newChart.on('point:click', action) + newChart.on('interval:click', action) return newChart }