From f9661f235be71ee654baf143d230408d6abd1bd0 Mon Sep 17 00:00:00 2001 From: ulleo Date: Tue, 24 Dec 2024 13:48:46 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E5=9C=B0=E5=9B=BE?= =?UTF-8?q?=E4=B8=AD=E6=97=A0=E6=95=B0=E6=8D=AE=E7=9A=84=E5=8C=BA=E5=9F=9F?= =?UTF-8?q?=EF=BC=8C=E7=A6=81=E6=8E=89=E8=B7=B3=E8=BD=AC=E3=80=81=E4=B8=8B?= =?UTF-8?q?=E9=92=BB=E3=80=81=E8=81=94=E5=8A=A8=E7=AD=89=E4=BA=8B=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/views/components/ChartComponentG2Plot.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue b/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue index b1fe86fb15..dfbc90b8a8 100644 --- a/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue +++ b/core/core-frontend/src/views/chart/components/views/components/ChartComponentG2Plot.vue @@ -367,6 +367,11 @@ const action = param => { actionDefault(param) return } + if (view.value.type === 'map') { + if (!(param?.data?.data?.quotaList && param?.data?.data?.quotaList.length > 0)) { + return + } + } state.pointParam = param.data // 点击 pointClickTrans()