From 076c2b693da1d42cf3a468c0f3d631c1ed424285 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 08 十一月 2023 18:22:56 +0800 Subject: [PATCH] 2023-11-08 --- src/menu/components/chart/antv-bar/chartcompile/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menu/components/chart/antv-bar/chartcompile/index.jsx b/src/menu/components/chart/antv-bar/chartcompile/index.jsx index f0bfcc6..9cd5008 100644 --- a/src/menu/components/chart/antv-bar/chartcompile/index.jsx +++ b/src/menu/components/chart/antv-bar/chartcompile/index.jsx @@ -23,7 +23,7 @@ } state = { - view: 'normal', + view: 'base', ramp: 'false', visible: false, datatype: '', @@ -301,7 +301,7 @@ this.setState({ visible: true, - view: 'normal', + view: 'base', ramp: plot.ramp || 'false', datatype: plot.datatype || 'query', fieldName: fieldName, -- Gitblit v1.8.0