From bdfec77e57c90ad4750e08ee822818ce991b019f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 26 十一月 2023 14:11:58 +0800 Subject: [PATCH] 2023-11-26 --- src/menu/components/chart/antv-bar/chartcompile/index.jsx | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/src/menu/components/chart/antv-bar/chartcompile/index.jsx b/src/menu/components/chart/antv-bar/chartcompile/index.jsx index ff38788..f7a2dd7 100644 --- a/src/menu/components/chart/antv-bar/chartcompile/index.jsx +++ b/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 => { -- Gitblit v1.8.0