ECharts 6.0
Breaking Changes
- Default theme redesigned — Visual style and component positioning changed (legend now bottom by default). Use
echarts/theme/v5.jsto restore v5 appearance. - Cartesian axis layout — Anti-overflow and axis label/name overlap prevention enabled by default; axes may shift slightly. Disable with
grid.outerBoundsMode: 'none'or `xAxis/yAxis.axisLabel.na...