Allow line charts in more-info to be interactive. (#216)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user