From af4bef9db41c69c171c7d9c980a489b869064b92 Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Fri, 9 Aug 2024 17:51:31 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20=E5=9B=BE?= =?UTF-8?q?=E8=A1=A8=E6=94=AF=E6=8C=81=E6=95=B0=E6=8D=AE=E9=9B=86=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/assets/svg/dataset_params.svg | 4 + .../canvas/ComponentWrapper.vue | 3 +- .../visualization/ComponentEditBar.vue | 21 ++- .../visualization/DatasetParamsComponent.vue | 127 ++++++++++++++++++ .../DatasetParamsSettingDialog.vue | 110 +++++++++++++++ 5 files changed, 261 insertions(+), 4 deletions(-) create mode 100644 core/core-frontend/src/assets/svg/dataset_params.svg create mode 100644 core/core-frontend/src/components/visualization/DatasetParamsComponent.vue create mode 100644 core/core-frontend/src/components/visualization/DatasetParamsSettingDialog.vue diff --git a/core/core-frontend/src/assets/svg/dataset_params.svg b/core/core-frontend/src/assets/svg/dataset_params.svg new file mode 100644 index 0000000000..9175e1ce08 --- /dev/null +++ b/core/core-frontend/src/assets/svg/dataset_params.svg @@ -0,0 +1,4 @@ + + + + diff --git a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue index 377c3f9db1..52264b1321 100644 --- a/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue +++ b/core/core-frontend/src/components/data-visualization/canvas/ComponentWrapper.vue @@ -246,9 +246,8 @@ const deepScale = computed(() => scale.value / 100) > + + + + + + +
-