From 1d395e6d750fe91082c99a15e355ab2841ed65c6 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 04 一月 2024 17:49:21 +0800 Subject: [PATCH] 2024-01-04 --- src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx | 99 ------------------------------------------------- 1 files changed, 0 insertions(+), 99 deletions(-) diff --git a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx index 3b9d0e8..f0b3e10 100644 --- a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx +++ b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx @@ -407,27 +407,11 @@ value: 'false', label: '闅愯棌' }] - // }, { - // type: 'radio', - // field: 'transpose', - // label: '鍙樻崲', - // initval: card.transpose || 'false', - // tooltip: '妯旱鍧愭爣杞翠氦鎹�', - // forbid: card.chartType === 'line', - // required: false, - // options: [{ - // value: 'true', - // label: '鏄�' - // }, { - // value: 'false', - // label: '鍚�' - // }] }, { type: 'radio', field: 'show', label: '鏄剧ず', initval: card.show || 'value', - // tooltip: '褰撲娇鐢ㄨ嚜瀹氫箟璁剧疆鏃讹紝鍙湪鏄剧ず锛堝��/%锛夊鍗曠嫭璁剧疆鏄剧ず绫诲瀷銆傛敞锛氳嚜瀹氫箟涓虹┖鏃朵娇鐢ㄦ澶勮缃��', required: false, options: [{ value: 'value', @@ -450,34 +434,6 @@ controlFields: [ {field: 'labelColor', values: ['true']} ] - // }, { - // type: 'radio', - // field: 'labelColor', - // label: '鏍囨敞棰滆壊', - // initval: card.labelColor || 'system', - // tooltip: '浣跨敤绯荤粺鑹叉椂锛屼娇鐢ㄨ壊绯婚�夐」璁剧疆鐨勭郴缁熼鑹诧紝浣跨敤鑷畾涔変负棰滆壊璁剧疆涓畾涔夌殑鍥惧舰棰滆壊銆�', - // required: false, - // options: [{ - // value: 'system', - // label: '绯荤粺' - // }, { - // value: 'custom', - // label: '鑷畾涔�' - // }] - // }, { - // type: 'radio', - // field: 'labelValue', - // label: '鏍囨敞鍊�', - // initval: card.labelValue || 'default', - // tooltip: '鏍囨敞鍊肩殑鏄剧ず瑙勫垯銆�', - // required: false, - // options: [{ - // value: 'default', - // label: '榛樿' - // }, { - // value: 'zero', - // label: '闅愯棌 0 鍊�' - // }], }, { type: 'radio', field: 'adjust', @@ -533,20 +489,6 @@ value: 'false', label: '涓嶆樉绀�' }] - // }, { - // type: 'radio', - // field: 'coordinate', - // label: '鍧愭爣', - // initval: card.coordinate || 'angle', - // required: false, - // forbid: card.chartType === 'line', - // options: [{ - // value: 'angle', - // label: '浜岀淮鍧愭爣' - // }, { - // value: 'polar', - // label: '鏋佸潗鏍�' - // }] }, { type: 'checkbox', field: 'axis', @@ -585,47 +527,6 @@ controlFields: [ {field: 'color', notNull: true}, ] - // }, { - // type: 'radio', - // field: 'grid', - // label: '缃戞牸绾�', - // initval: card.grid || 'show', - // required: false, - // options: [{ - // value: 'show', - // label: '鏄剧ず' - // }, { - // value: 'hidden', - // label: '闅愯棌' - // }] - // }, { - // type: 'radio', - // field: 'y_line', - // label: 'y杞磋竟绾�', - // initval: card.y_line || 'hidden', - // tooltip: '鍥惧舰宸︿晶鎴栧彸渚х殑杈圭嚎銆�', - // required: false, - // options: [{ - // value: 'show', - // label: '鏄剧ず' - // }, { - // value: 'hidden', - // label: '闅愯棌' - // }] - // }, { - // type: 'radio', - // field: 'download', - // label: '瀵煎嚭鍥剧墖', - // initval: card.download || 'forbid', - // required: false, - // forbid: appType === 'mob', - // options: [{ - // value: 'forbid', - // label: '绂佺敤' - // }, { - // value: 'enable', - // label: '鍚敤' - // }] }, { type: 'radio', field: 'empty', -- Gitblit v1.8.0