Browse Source

enable a legend

main
John-Mark Gurney 4 years ago
parent
commit
a72339260f
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      root/js/solardash.base.js

+ 3
- 0
root/js/solardash.base.js View File

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


Loading…
Cancel
Save