This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
solardash
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
enable a legend
main
John-Mark Gurney
4 years ago
parent
1e73a58c25
commit
a72339260f
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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'
Write
Preview
Loading…
Cancel
Save