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}(无)