CJJ
2018-12-24 a37d440d24d0c7da466183f68fdd706689c81b90
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);
      }