mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 05:35:11 +02:00
Removed interactivity from small view of line charts which was causing scrollbar issues on more-info card
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user