From ada653685c62e55b2d293f93470eaad59fb5cafb Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期六, 17 四月 2021 11:32:09 +0800 Subject: [PATCH] 2021-04-17 --- src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx | 11 +++++++++++ 1 files changed, 11 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 8a0c978..7fdb7a9 100644 --- a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx +++ b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx @@ -375,6 +375,17 @@ forbid: !['bar'].includes(card.chartType), required: false }, { + type: 'number', + key: 'barRadius', + label: '鏌卞舰鍦嗚', + tooltip: '鏌卞舰鍥句笂绔渾瑙掋��', + min: 0, + max: 200, + decimal: 0, + initVal: card.barRadius || 0, + forbid: !['bar'].includes(card.chartType), + required: false + }, { type: 'color', key: 'color', label: '鑹茬郴', -- Gitblit v1.8.0