From c6f7462d80ab626174329b69045fb7e5704c0683 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 05 六月 2021 22:44:17 +0800 Subject: [PATCH] 2021-06-05 --- src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx b/src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx index 3f76049..0839cbb 100644 --- a/src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx +++ b/src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx @@ -281,6 +281,23 @@ text: '绱姞' }] }, { + type: 'number', + key: 'splitLine', + label: '鍒嗛殧绾�', + initVal: card.splitLine || '', + tooltip: '鍒嗛殧绾跨殑瀹藉害銆�', + min: 0, + max: 20, + decimal: 0, + required: false + }, { + type: 'color', + key: 'splitColor', + label: '鍒嗛殧鑹�', + initVal: card.splitColor || '#ffffff', + tooltip: '鍒嗛殧绾跨殑棰滆壊锛屽瓨鍦ㄥ垎闅旂嚎鏃舵湁鏁堛��', + required: false + }, { type: 'color', key: 'color', label: '鑹茬郴', -- Gitblit v1.8.0