From b794b1f4851ce5d2e37bc6c0bf42595c5d6a82b0 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Tue, 18 Oct 2022 12:22:27 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E8=A7=86=E5=9B=BE-=E6=8F=90=E7=A4=BA):=20?= =?UTF-8?q?echarts=E8=A7=86=E5=9B=BE=E6=8F=90=E7=A4=BA=E6=96=87=E6=A1=88?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/chart/components/shape-attr/TooltipSelector.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/views/chart/components/shape-attr/TooltipSelector.vue b/frontend/src/views/chart/components/shape-attr/TooltipSelector.vue index 3ba30fbab9..809c1f6d3b 100644 --- a/frontend/src/views/chart/components/shape-attr/TooltipSelector.vue +++ b/frontend/src/views/chart/components/shape-attr/TooltipSelector.vue @@ -97,6 +97,10 @@ 折线(区域)图、柱状(条形)图、仪表盘 : {a}(系列名称),{b}(类目值),{c}(数值)
饼图、漏斗图: {a}(系列名称),{b}(数据项名称),{c}(数值), {d}(百分比) +
+ 地图 : {a}(系列名称),{b}(区域名称),{c}(合并数值), {d}(无) +
+ 散点图(气泡)图 : {a}(系列名称),{b}(数据名称),{c}(数值数组), {d}(无)