king
2021-04-15 772308eba58d2209e7cc108dc5567ef4ca7ee3b2
src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx
@@ -378,16 +378,9 @@
      type: 'color',
      key: 'color',
      label: '色系',
      initVal: card.color || 'rgba(0, 0, 0, 0.85)',
      tooltip: '坐标轴及示例等提示文字使用的颜色。',
      required: false,
      options: [{
        value: 'black',
        text: '黑色'
      }, {
        value: 'white',
        text: '白色'
      }]
      initVal: card.color || 'rgba(0, 0, 0, 0.65)',
      tooltip: '坐标轴提示文字及示例的颜色。',
      required: false
    }
  ]
}