From aa15f061ba185b05f22c98a0a979c72d08bcd974 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 11 二月 2025 09:42:38 +0800
Subject: [PATCH] 2025-02-11

---
 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