Przeglądaj źródła

Merge remote-tracking branch 'origin/master'

# Conflicts:
#	js/lazhang-data.js
Guichuan Yu 6 lat temu
rodzic
commit
fc75b5700a
2 zmienionych plików z 9 dodań i 5 usunięć
  1. 5 3
      js/dapingmu-display.js
  2. 4 2
      js/lazhang-display.js

+ 5 - 3
js/dapingmu-display.js

@@ -76,9 +76,10 @@ function showChart() {
             title: {
 
                 style: {
-                    color: Highcharts.getOptions().colors[0],
+                    color: Highcharts.gestOptions().colors[0],
                     fontSize: '1em'
-                }
+                },
+                rotation: 270,
             }
         },],
         tooltip: {shared: true},
@@ -128,7 +129,8 @@ function showChart() {
                 style: {
                     color: 'red',
                     fontSize: '1em'
-                }
+                },
+                rotation: 270,
             },
             min: 0,
             max: 1.5 * ratemax,

+ 4 - 2
js/lazhang-display.js

@@ -90,7 +90,8 @@ function showChart() {
                 style: {
                     color: '#ffffff',
                     fontSize: '1em'
-                }
+                },
+                rotation: 270,
             }
         },],
         tooltip: {shared: true},
@@ -152,7 +153,8 @@ function showChart() {
                 style: {
                     color: '#ffffff',
                     fontSize: '20px'
-                }
+                },
+                rotation: 270,
             },
 
         }],