From 86f7f18a9d961fbe7cc01fa6d6417d54bae0300b Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Wed, 17 Apr 2024 13:32:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=E8=A1=A8=E6=A0=BC=E7=B1=BB=E8=81=94=E5=8A=A8=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC=E5=90=8C=E6=97=B6=E8=BF=9B=E8=A1=8C=E4=BA=A4=E4=BA=92?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E7=9A=84=E9=97=AE=E9=A2=98?= 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 | 1 + 1 file changed, 1 insertion(+) 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 b75c7aae3c..a2d8f33f35 100644 --- a/core/core-frontend/src/views/chart/components/views/index.vue +++ b/core/core-frontend/src/views/chart/components/views/index.vue @@ -686,6 +686,7 @@ const iconSize = computed(() => { :view="view" :scale="scale" :show-position="showPosition" + :element="element" v-else-if="showChartView(ChartLibraryType.S2)" ref="chartComponent" @onChartClick="chartClick"