From 25599e611eedadec8babc9313438fc611fb97fe3 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期五, 08 十二月 2023 16:50:31 +0800
Subject: [PATCH] 2023-12-08

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

diff --git a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx
index eb4498f..6fb1663 100644
--- a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx
+++ b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx
@@ -380,6 +380,7 @@
       label: '鍙樻崲',
       initval: card.transpose || 'false',
       tooltip: '妯旱鍧愭爣杞翠氦鎹�',
+      forbid: card.chartType === 'line',
       required: false,
       options: [{
         value: 'true',
@@ -494,6 +495,7 @@
       label: '鍧愭爣',
       initval: card.coordinate || 'angle',
       required: false,
+      forbid: card.chartType === 'line',
       options: [{
         value: 'angle',
         label: '浜岀淮鍧愭爣'

--
Gitblit v1.8.0