From dc9882e57655b97878211aba644e7fcc9bad1990 Mon Sep 17 00:00:00 2001 From: ulleo Date: Wed, 26 Jun 2024 17:22:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9B=BE=E8=A1=A8):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E5=88=86=E7=BB=84=E6=9F=B1=E7=BA=BF=E7=BB=84=E5=90=88=E5=9B=BE?= =?UTF-8?q?=E8=81=94=E5=8A=A8=E7=9B=AE=E6=A0=87=E6=95=B0=E6=8D=AE=E5=BA=95?= =?UTF-8?q?=E8=89=B2=E6=97=A0=E6=B3=95=E6=81=A2=E5=A4=8D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../chart/components/js/panel/charts/others/chart-mix.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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' } ] }