From f3d4db769ba9b51b799d981511a710fd443d0e08 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 21 四月 2025 12:18:03 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx |    3 +++
 1 files changed, 3 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 c68c97d..06a5266 100644
--- a/src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx
+++ b/src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx
@@ -164,6 +164,9 @@
       controlFields: [
         {field: 'type', values: ['nest']},
         {field: 'legend', values: ['pie', 'ring']},
+        {field: 'show', values: ['pie', 'ring']},
+        {field: 'splitLine', values: ['pie', 'ring']},
+        {field: 'splitColor', values: ['pie', 'ring']},
         {field: 'innerRadius', values: ['nest', 'ring']},
       ]
     },

--
Gitblit v1.8.0