|
@@ -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,
|