From 8b56e081a8df10227927a6986ba7dda6b5f35751 Mon Sep 17 00:00:00 2001 From: wisonic Date: Thu, 14 Aug 2025 17:30:20 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E5=9B=BE=E8=A1=A8):=20=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E9=83=A8=E5=88=86=E5=9B=BE=E8=A1=A8=E6=8F=92=E4=BB=B6?= =?UTF-8?q?=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/views/chart/components/views/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/core-frontend/src/views/chart/components/views/index.vue b/core/core-frontend/src/views/chart/components/views/index.vue index 36bc1a133f..71eedf8130 100644 --- a/core/core-frontend/src/views/chart/components/views/index.vue +++ b/core/core-frontend/src/views/chart/components/views/index.vue @@ -1172,6 +1172,9 @@ const clearG2Tooltip = () => { :emitter="emitter" :store="store" :suffixId="suffixId" + :active="active" + :disabled="!['canvas', 'canvasDataV'].includes(showPosition) || disabled" + :edit-mode="editMode" ref="chartComponent" @onChartClick="chartClick" @onPointClick="onPointClick"