mirror of
https://github.com/home-assistant/frontend.git
synced 2025-07-26 02:36:37 +00:00
Allow line charts in more-info to be interactive. (#216)
This commit is contained in:
parent
a9265b3a69
commit
2f640d9075
@ -109,7 +109,6 @@
|
|||||||
options.chartArea.left = 40;
|
options.chartArea.left = 40;
|
||||||
options.chartArea.height = '80%';
|
options.chartArea.height = '80%';
|
||||||
options.chartArea.top = 5;
|
options.chartArea.top = 5;
|
||||||
options.enableInteractivity = false;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
startTime = new Date(Math.min.apply(null, deviceStates.map(function (states) {
|
startTime = new Date(Math.min.apply(null, deviceStates.map(function (states) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user