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