mirror of
https://github.com/home-assistant/core.git
synced 2025-07-13 08:17:08 +00:00
Removed interactivity from small view of line charts which was causing scrollbar issues on more-info card
This commit is contained in:
parent
992a926592
commit
a478ec6697
@ -232,6 +232,7 @@
|
|||||||
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get a unique list of times of state changes for all the device
|
// Get a unique list of times of state changes for all the device
|
||||||
|
Loading…
x
Reference in New Issue
Block a user