king
2021-12-15 d76045be1cd5a030ed68269246d7ae1956a5ff06
src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx
@@ -282,6 +282,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: 'splitLine',
      label: '分隔线',