king
2023-12-08 25599e611eedadec8babc9313438fc611fb97fe3
src/menu/components/chart/antv-bar/chartcompile/formconfig.jsx
@@ -380,6 +380,7 @@
      label: '变换',
      initval: card.transpose || 'false',
      tooltip: '横纵坐标轴交换',
      forbid: card.chartType === 'line',
      required: false,
      options: [{
        value: 'true',
@@ -494,6 +495,7 @@
      label: '坐标',
      initval: card.coordinate || 'angle',
      required: false,
      forbid: card.chartType === 'line',
      options: [{
        value: 'angle',
        label: '二维坐标'