src/tabviews/custom/components/chart/antv-bar-line/index.jsx
@@ -1187,7 +1187,8 @@ }) } if (!plot.legend || plot.legend === 'hidden') { let noLegend = !plot.legend || plot.legend === 'hidden' if (noLegend) { chart.legend(false) } else { chart.legend({ @@ -1273,7 +1274,9 @@ view1.scale('value', c) view1.axis('value', plot.$yc) // view1.legend(false) if (!noLegend) { view1.legend(false) } let colorIndex = 0 @@ -1407,7 +1410,10 @@ } view2.data(dv.rows) // view2.legend(false) if (!noLegend) { view2.legend(false) } plot.customs.forEach(item => { if (item.chartType === 'bar' && !plot.Bar_axis) {