From 023dfdb02d3268b8e508633a1bdeb9fc12916ead Mon Sep 17 00:00:00 2001 From: ulleo Date: Mon, 16 Dec 2024 17:43:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9B=BE=E8=A1=A8):=20=E7=AC=A6=E5=8F=B7?= =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E6=94=AF=E6=8C=81=E6=9D=A1=E4=BB=B6=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=20#13785?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/SymbolicStyleSelector.vue | 121 +++++++++++++++++- .../js/panel/charts/map/symbolic-map.ts | 52 +++++--- 2 files changed, 154 insertions(+), 19 deletions(-) diff --git a/core/core-frontend/src/views/chart/components/editor/editor-style/components/SymbolicStyleSelector.vue b/core/core-frontend/src/views/chart/components/editor/editor-style/components/SymbolicStyleSelector.vue index 9e32eac0f9..f1d15f4d20 100644 --- a/core/core-frontend/src/views/chart/components/editor/editor-style/components/SymbolicStyleSelector.vue +++ b/core/core-frontend/src/views/chart/components/editor/editor-style/components/SymbolicStyleSelector.vue @@ -1,9 +1,10 @@