From 129170bfe699cfaf7f6143ffba93c33f317fd558 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 01 十二月 2023 11:00:39 +0800
Subject: [PATCH] 2023-12-01

---
 src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx
index e5e7e1f..8e8f520 100644
--- a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx
+++ b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx
@@ -67,7 +67,7 @@
       tooltip: '鏍呮牸甯冨眬锛屾瘡琛岀瓑鍒嗕负24鍒椼��',
       min: 1,
       max: 24,
-      decimal: 0,
+      precision: 0,
       required: true
     },
     {
@@ -558,8 +558,8 @@
       label: '鏌卞舰瀹藉害',
       tooltip: '绌哄�兼椂锛屽搴﹁嚜閫傚簲銆�',
       min: 5,
-      max: 100,
-      decimal: 0,
+      max: 200,
+      precision: 0,
       initval: card.barSize,
       forbid: !['bar'].includes(card.chartType),
       required: false
@@ -570,7 +570,7 @@
       tooltip: '鏌卞舰鍥句笂绔渾瑙掋��',
       min: 0,
       max: 200,
-      decimal: 0,
+      precision: 0,
       initval: card.barRadius || 0,
       forbid: !['bar'].includes(card.chartType),
       required: false
@@ -619,7 +619,7 @@
       tooltip: '鍧愭爣杞存爣娉ㄦ枃鏈殑鏃嬭浆瑙掑害銆�',
       min: 0,
       max: 360,
-      decimal: 0,
+      precision: 0,
       initval: card.rotate,
       forbid: appType !== 'mob',
       required: false

--
Gitblit v1.8.0