From 53b9fb93d0376eb02bb996935f1720b4e95cd897 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 12 十月 2022 14:41:06 +0800
Subject: [PATCH] 2022-10-12

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

diff --git a/src/menu/components/chart/antv-bar/index.jsx b/src/menu/components/chart/antv-bar/index.jsx
index ca91e00..afa5368 100644
--- a/src/menu/components/chart/antv-bar/index.jsx
+++ b/src/menu/components/chart/antv-bar/index.jsx
@@ -671,7 +671,7 @@
       }
       view1.axis('value', yc)
   
-      view1.legend(false)
+      // view1.legend(false)
   
       if (plot.mutilBar !== 'stack') {
         let _chart = view1
@@ -798,7 +798,7 @@
 
     view2.data(dv.rows)
 
-    view2.legend(false)
+    // view2.legend(false)
 
     fields.forEach(item => {
       if (item.chartType === 'bar' && !Bar_axis.length) {

--
Gitblit v1.8.0