From 2f640d9075901cd07a023fd3177a3f64fbb2df65 Mon Sep 17 00:00:00 2001 From: Andrey Date: Mon, 20 Feb 2017 00:27:05 +0200 Subject: [PATCH] Allow line charts in more-info to be interactive. (#216) --- src/components/state-history-chart-line.html | 1 - 1 file changed, 1 deletion(-) 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) {