From cc1a76df575c18f0d0ee96e8658461efdce3a918 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 17 一月 2023 18:01:01 +0800
Subject: [PATCH] 2023-01-17

---
 src/menu/components/chart/antv-G6/chartcompile/formconfig.jsx |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/menu/components/chart/antv-G6/chartcompile/formconfig.jsx b/src/menu/components/chart/antv-G6/chartcompile/formconfig.jsx
index aa28f53..9eed12a 100644
--- a/src/menu/components/chart/antv-G6/chartcompile/formconfig.jsx
+++ b/src/menu/components/chart/antv-G6/chartcompile/formconfig.jsx
@@ -316,7 +316,7 @@
       label: '鑺傜偣棰滆壊',
       initval: card.nodeColor || '#1890ff',
       tooltip: '鍙充晶鑺傜偣鐨勬爣璁伴鑹层��',
-      isHex: true,
+      colorType: 'hex',
       required: false
     },
     {
@@ -325,7 +325,7 @@
       label: '宸﹁妭鐐归鑹�',
       initval: card.leftColor || '#26C281',
       tooltip: '宸︿晶鑺傜偣鐨勬爣璁伴鑹层��',
-      isHex: true,
+      colorType: 'hex',
       required: false
     },
     {

--
Gitblit v1.8.0