Allow line charts in more-info to be interactive. (#216)

This commit is contained in:
Andrey
2017-02-19 14:27:05 -08:00
committed by Paulus Schoutsen
parent a9265b3a69
commit 2f640d9075
@@ -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) {