From 49f09cc6f8ff8c30a75ed1a9d6f510b69b73962a Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期二, 12 十二月 2023 21:05:37 +0800 Subject: [PATCH] 2023-12-12 --- src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx index 93d5a34..e89781e 100644 --- a/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx +++ b/src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx @@ -497,22 +497,6 @@ }] }, { type: 'radio', - field: 'repeat', - label: '閲嶅鏁版嵁', - initval: card.repeat || 'unrepeat', - required: false, - options: [{ - value: 'unrepeat', - label: '鍘婚噸' - }, { - value: 'average', - label: '骞冲潎' - }, { - value: 'cumsum', - label: '绱姞' - }] - }, { - type: 'radio', field: 'coordinate', label: '鍧愭爣', initval: card.coordinate || 'angle', -- Gitblit v1.8.0