From d3272e82652361e5e9bd045925222ef042b6731f Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 18 十一月 2020 18:15:15 +0800 Subject: [PATCH] 2020-11-18 --- src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx index 4b3fe02..e53c3d6 100644 --- a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx +++ b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx @@ -96,16 +96,6 @@ }, { type: 'select', - key: 'Yaxis', - label: 'Y-杞�', - initVal: card.Yaxis || [], - multi: true, // 澶氶�� - hidden: card.datatype === 'statistics', - required: true, - options: yfields - }, - { - type: 'select', key: 'InfoType', label: '绫诲瀷', initVal: card.InfoType || '', @@ -146,6 +136,16 @@ }, { type: 'select', + key: 'Yaxis', + label: 'Y-杞�', + initVal: card.Yaxis || [], + multi: true, // 澶氶�� + hidden: card.datatype === 'statistics', + required: true, + options: yfields + }, + { + type: 'select', key: 'shape', label: '褰㈢姸', initVal: card.shape || (shapes[0] && shapes[0].field), -- Gitblit v1.8.0