diff --git a/root/js/solardash.base.js b/root/js/solardash.base.js index cedf4aa..e52282c 100644 --- a/root/js/solardash.base.js +++ b/root/js/solardash.base.js @@ -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'