king
2021-04-14 30b6c01972cc74152b733a94edcc0c2a614a2268
src/menu/components/chart/antv-pie/chartcompile/formconfig.jsx
@@ -274,14 +274,7 @@
      label: '色系',
      initVal: card.color || 'rgba(0, 0, 0, 0.85)',
      tooltip: '坐标轴及示例等提示文字使用的颜色。',
      required: false,
      options: [{
        value: 'black',
        text: '黑色'
      }, {
        value: 'white',
        text: '白色'
      }]
      required: false
    }
  ]
}