src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx
@@ -292,22 +292,6 @@ }], }, { type: 'radio', key: 'repeat', label: '重复数据', initVal: card.repeat || 'unrepeat', required: false, options: [{ value: 'unrepeat', text: '去重' }, { value: 'average', text: '平均' }, { value: 'cumsum', text: '累加' }] }, { type: 'radio', key: 'download', label: '导出图片', initVal: card.download || 'forbid',