|
@@ -76,6 +76,9 @@ var solarchart = Highcharts.stockChart('solarchart', { |
|
|
title: { |
|
|
title: { |
|
|
text: 'Panel Production' |
|
|
text: 'Panel Production' |
|
|
}, |
|
|
}, |
|
|
|
|
|
legend: { |
|
|
|
|
|
enabled: true, |
|
|
|
|
|
}, |
|
|
subtitle: { |
|
|
subtitle: { |
|
|
text: document.ontouchstart === undefined ? |
|
|
text: document.ontouchstart === undefined ? |
|
|
'Click and drag in the plot area to zoom in' : 'Pinch the chart to zoom in' |
|
|
'Click and drag in the plot area to zoom in' : 'Pinch the chart to zoom in' |
|
|