From c09321e258010d26cd2b2c03a2bd67613d7b279c Mon Sep 17 00:00:00 2001 From: wangxk Date: Wed, 16 Jul 2025 15:15:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8C=E5=87=BB=E6=A8=A1=E5=9E=8B=E4=B8=8A?= =?UTF-8?q?=E4=BC=A0=E5=88=B0=E5=9C=B0=E5=9B=BE=E5=92=8C=E6=A8=A1=E5=9E=8B?= =?UTF-8?q?=E5=9C=A8=E5=9C=B0=E5=9B=BE=E4=B8=8A=E7=9A=84=E9=80=89=E5=AE=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/three-display/index.vue | 107 ++++++++++-- .../js/panel/charts/map/three-map.ts | 69 +++----- .../views/components/ChartComponentG2Plot.vue | 154 ++++++++++++++++-- .../src/views/data-visualization/index.vue | 2 +- 4 files changed, 254 insertions(+), 78 deletions(-) diff --git a/core/core-frontend/src/components/three-display/index.vue b/core/core-frontend/src/components/three-display/index.vue index 8539e24..3f9f742 100644 --- a/core/core-frontend/src/components/three-display/index.vue +++ b/core/core-frontend/src/components/three-display/index.vue @@ -1,13 +1,14 @@