src/components/echarts/options/radiusBar.js @@ -50,7 +50,7 @@ if(isNaN(max)) { return 1; }else { return max * option.maxRatio; return (max * option.maxRatio).toHold(0); } }, axisLabel: {