D:/workspace/chenjingjing/git/gx_tieta/gx_tieta/.gitignore
2019-01-21 35fefed0792c40cb99b8d15fa5811bbb5992bff9
gx_tieta/WebRoot/js/control.js
@@ -496,8 +496,8 @@
            }
         }
      }
      var tempmax = (Math.max.apply(null,ydata)*1.25).toFixed(3);
      if(tempmax < max){
      var tempmax = (Math.max.apply(null,ydata)*1.1).toFixed(3);
      if(tempmax > max){
         max = tempmax;
         //max = (tempmax*1.25).toFixed(1);
      }