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

This commit is contained in:
Andrey 2017-02-20 00:27:05 +02:00 committed by Paulus Schoutsen
parent a9265b3a69
commit 2f640d9075

View File

@ -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) {