king
2023-11-26 bdfec77e57c90ad4750e08ee822818ce991b019f
src/menu/components/chart/antv-bar/chartcompile/index.jsx
@@ -152,11 +152,6 @@
    let plot = fromJS(config.plot).toJS()
    if (plot.correction) {
      delete plot.correction // 数据修正(已弃用)
      plot.barSize = 35
    }
    if (plot.datatype !== 'statistics') {
      if (plot.colors) {
        plot.colors = plot.colors.map(item => {