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: '二维坐标'