diff --git a/src/components/state-history-chart-line.html b/src/components/state-history-chart-line.html index 33fb60198e..a54c8a0d18 100644 --- a/src/components/state-history-chart-line.html +++ b/src/components/state-history-chart-line.html @@ -109,7 +109,6 @@ options.chartArea.left = 40; options.chartArea.height = '80%'; options.chartArea.top = 5; - options.enableInteractivity = false; } startTime = new Date(Math.min.apply(null, deviceStates.map(function (states) {