king
2021-12-30 598d1cf91acd6d0c2782ae896b6eb78044eaf3e6
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: '百分比'