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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue