src/tabviews/custom/components/chart/antv-bar-line/index.jsx
@@ -1329,13 +1329,17 @@ } } const view2 = chart.createView({ let view2 = chart if (plot.Bar_axis) { view2 = chart.createView({ region: { start: { x: 0, y: 0 }, end: { x: 1, y: 1 } }, padding }) } view2.data(dv.rows) view2.legend(false)