From d0bbc7cd5ef1574d77a822d626391594eb6ceafb Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 8 Apr 2025 17:48:40 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E8=BF=87=E6=BB=A4=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=86=BB=E7=BB=93=E4=BD=8D=E7=BD=AE=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/data-visualization/canvas/Shape.vue | 13 +++++++++++-- core/core-frontend/src/utils/canvasUtils.ts | 2 +- .../editor/editor-style/VQueryChartStyle.vue | 2 ++ core/core-frontend/src/views/dashboard/index.vue | 4 ++-- de-xpack | 2 +- 5 files changed, 17 insertions(+), 6 deletions(-) diff --git a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue index 070d5165a8..c374e7099d 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/Shape.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/Shape.vue @@ -1,7 +1,11 @@