From 722e3be3627602c238da83de6a420d43341f8258 Mon Sep 17 00:00:00 2001 From: ulleo Date: Mon, 15 Apr 2024 17:13:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=8F=8C=E8=BD=B4=E5=9B=BE=E6=9F=B1=E5=9B=BE=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E4=BA=8B=E4=BB=B6=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/chart/components/js/panel/charts/others/chart-mix.ts | 1 + 1 file changed, 1 insertion(+) 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 }