mirror of
https://github.com/home-assistant/core.git
synced 2025-04-23 00:37:53 +00:00
Merge pull request #91 from jamespcole/line-chart-dev
Removed interactivity on the small more-info version of the line graphs that was causing scrollbars issues
This commit is contained in:
commit
2dd96c584b
@ -1,2 +1,2 @@
|
||||
""" DO NOT MODIFY. Auto-generated by build_frontend script """
|
||||
VERSION = "f51c439b587ce03928e2db4cc08ef492"
|
||||
VERSION = "b432551a6704deb437aac61cdecef864"
|
||||
|
File diff suppressed because one or more lines are too long
@ -232,6 +232,7 @@
|
||||
options.chartArea.left = 40;
|
||||
options.chartArea.height = '80%';
|
||||
options.chartArea.top = 5;
|
||||
options.enableInteractivity = false;
|
||||
}
|
||||
|
||||
// Get a unique list of times of state changes for all the device
|
||||
|
Loading…
x
Reference in New Issue
Block a user