Browse Source

Added SignIn Page

Fruit of Eden 6 years ago
parent
commit
587aae2768
1 changed files with 2 additions and 4 deletions
  1. 2 4
      lazhang.html

+ 2 - 4
lazhang.html

@@ -374,7 +374,7 @@
         stackAndFailChart = Highcharts.chart('graph-1', {
             chart: {
                 zoomType: 'xy',
-                height: (4 / 16 * 100) + '%' // 16:9 ratio
+                //height: (4 / 16 * 100) + '%' // 16:9 ratio
             },
             title: {
                 text: '各工位今日产能'
@@ -451,8 +451,7 @@
         });
         FailChart = Highcharts.chart('graph-2', {
             chart: {
-
-                height: (4 / 16 * 100) + '%' // 16:9 ratio
+                //height: (4 / 16 * 100) + '%' // 16:9 ratio
             },
             title: {
                 text: '各工位今日不良率'
@@ -514,7 +513,6 @@
             series: [{
                 name: '不良率',
                 type: 'spline',
-
                 data: ratedata,
                 color: 'red',
                 tooltip: {