|
@@ -30,7 +30,7 @@ Highcharts.setOptions({
|
|
|
credits: {enabled: false},
|
|
|
xAxis: {type: 'datetime',dateTimeLabelFormats: {month: '%e. %b',year: '%b'},title: {text: 'Date'}},
|
|
|
yAxis: {title: {text: null},labels: {align: 'left',x: 5,y: -2},plotLines: [{value: 0,width: 1,color: '#808080'}]},
|
|
|
- plotOptions: {series: {turboThreshold: 0,lineWidth: 2,states: {hover: {lineWidth: 2}},marker: {enabled: true,lineWidth: 1,radius: 3,symbol: 'square',states: {hover: {enabled: true}}}}},
|
|
|
+ plotOptions: {series: {turboThreshold: 0,lineWidth: 2,states: {hover: {lineWidth: 2}},marker: {enabled: true,lineWidth: 1,radius: 3,symbol: 'square', states: {hover: {enabled: true}}}}},
|
|
|
series: {type: 'spline',connectNulls: false},
|
|
|
tooltip: {useHTML: true,borderColor: '#494949',valueDecimals: 2,shared: true,crosshairs: true,xDateFormat: '%A, %b %e, %H:%M'}
|
|
|
});
|