From ad742230c3e58bed96a70bbefd9a2d18f478254b Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 18 十月 2022 12:40:50 +0800 Subject: [PATCH] Merge branch 'develop' --- src/tabviews/custom/components/chart/antv-bar-line/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tabviews/custom/components/chart/antv-bar-line/index.jsx b/src/tabviews/custom/components/chart/antv-bar-line/index.jsx index 4cb466d..2e6524a 100644 --- a/src/tabviews/custom/components/chart/antv-bar-line/index.jsx +++ b/src/tabviews/custom/components/chart/antv-bar-line/index.jsx @@ -1178,7 +1178,7 @@ view1.scale('value', c) view1.axis('value', plot.$yc) - view1.legend(false) + // view1.legend(false) let colorIndex = 0 @@ -1312,7 +1312,7 @@ } view2.data(dv.rows) - view2.legend(false) + // view2.legend(false) plot.customs.forEach(item => { if (item.chartType === 'bar' && !plot.Bar_axis) { -- Gitblit v1.8.0