From e44c622efee02beafab30da2a91561e8892e26ef Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 14 五月 2022 14:11:39 +0800 Subject: [PATCH] 2022-05-14 --- src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx | 29 +++++++++++++++-------------- 1 files changed, 15 insertions(+), 14 deletions(-) diff --git a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx index e88e500..18a7d8c 100644 --- a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx +++ b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx @@ -125,23 +125,23 @@ if (card.chartType === 'line') { shapes = [ - { field: 'smooth', label: 'smooth' }, - { field: 'line', label: 'line' }, - { field: 'dot', label: 'dot' }, - { field: 'dash', label: 'dash' }, - { field: 'hv', label: 'hv' }, - { field: 'vh', label: 'vh' }, - { field: 'hvh', label: 'hvh' }, - { field: 'vhv', label: 'vhv' } + { field: 'smooth', label: 'smooth锛堝钩婊戠嚎锛�' }, + { field: 'line', label: 'line锛堢洿绾匡級' }, + { field: 'dot', label: 'dot锛堢偣鐘剁嚎锛�' }, + { field: 'dash', label: 'dash锛堣櫄绾匡級' }, + { field: 'hv', label: 'hv锛堟按骞�-鍨傜洿绾匡級' }, + { field: 'vh', label: 'vh锛堝瀭鐩�-姘村钩绾匡級' }, + { field: 'hvh', label: 'hvh锛堟按骞�-鍨傜洿-姘村钩绾匡級' }, + { field: 'vhv', label: 'vhv锛堝瀭鐩�-姘村钩-鍨傜洿绾匡級' } ] } else if (card.chartType === 'bar') { shapes = [ - { field: 'rect', label: 'rect' }, - { field: 'hollow-rect', label: 'hollow-rect' }, - { field: 'line', label: 'line' }, - { field: 'tick', label: 'tick' }, - { field: 'funnel', label: 'funnel' }, - { field: 'pyramid', label: 'pyramid' } + { field: 'rect', label: 'rect锛堢煩褰級' }, + { field: 'hollow-rect', label: 'hollow-rect锛堢┖蹇冪煩褰級' }, + { field: 'line', label: 'line锛堢嚎鏉★級' }, + { field: 'tick', label: 'tick锛堟尝鍔級' }, + // { field: 'funnel', label: 'funnel' }, + { field: 'pyramid', label: 'pyramid锛堣閿ワ級' } ] } @@ -288,6 +288,7 @@ key: 'show', label: '鏄剧ず', initVal: card.show || 'value', + tooltip: '褰撲娇鐢ㄨ嚜瀹氫箟璁剧疆鏃讹紝鍙湪鏄剧ず锛堝��/%锛夊鍗曠嫭璁剧疆鏄剧ず绫诲瀷銆傛敞锛氳嚜瀹氫箟涓虹┖鏃朵娇鐢ㄦ澶勮缃��', required: false, options: [{ value: 'value', -- Gitblit v1.8.0