src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx
@@ -274,12 +274,12 @@ }, { type: 'radio', key: 'show', label: '格式化', label: '显示', initVal: card.show || 'value', required: false, options: [{ value: 'value', text: '无' text: '数值' }, { value: 'percent', text: '百分比' @@ -405,6 +405,20 @@ text: '隐藏' }] }, { type: 'radio', key: 'download', label: '导出图片', initVal: card.download || 'forbid', required: false, forbid: appType === 'mob', options: [{ value: 'forbid', text: '禁用' }, { value: 'enable', text: '启用' }] }, { type: 'number', key: 'barSize', label: '柱形宽度',