longyvfengyun
2023-11-20 55c60e84df6378b5e79bb5ebf1c3ce8dc281c69f
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: {