king
2021-04-17 ada653685c62e55b2d293f93470eaad59fb5cafb
src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx
@@ -375,6 +375,17 @@
      forbid: !['bar'].includes(card.chartType),
      required: false
    }, {
      type: 'number',
      key: 'barRadius',
      label: '柱形圆角',
      tooltip: '柱形图上端圆角。',
      min: 0,
      max: 200,
      decimal: 0,
      initVal: card.barRadius || 0,
      forbid: !['bar'].includes(card.chartType),
      required: false
    }, {
      type: 'color',
      key: 'color',
      label: '色系',