From da1f62d39c6386b98545d2ac7c069420203a3437 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期日, 11 七月 2021 22:43:08 +0800 Subject: [PATCH] 2021-07-11 --- src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx index 64cdddb..4b38458 100644 --- a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx +++ b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx @@ -135,6 +135,7 @@ * @param {Array} columns // 鏄剧ず鍒� */ export function getOptionForm (card, columns) { + let appType = sessionStorage.getItem('appType') let shapes = [] if (card.chartType === 'line') { @@ -441,12 +442,24 @@ allowClear: true, required: false }, { + type: 'number', + key: 'rotate', + label: '鏃嬭浆', + tooltip: '鍧愭爣杞存爣娉ㄦ枃鏈殑鏃嬭浆瑙掑害銆�', + min: 0, + max: 360, + decimal: 0, + initVal: card.rotate, + forbid: appType !== 'mob', + required: false + }, { type: 'select', key: 'interaction', label: '浜や簰鏁堟灉', initVal: card.interaction || [], multi: true, required: false, + forbid: appType === 'mob', options: [ { value: 'element-active', label: '鍏冪礌鑱氱劍' }, { value: 'element-selected', label: '鍏冪礌閫変腑锛堝閫夛級' }, -- Gitblit v1.8.0