Allow environment graphs to span a full day.
This commit is contained in:
parent
63af2fbf9c
commit
35d1fdbc6f
1 changed files with 1 additions and 1 deletions
|
|
@ -2123,7 +2123,7 @@
|
|||
options: {
|
||||
responsive: true,
|
||||
borderWidth: 2,
|
||||
spanGaps: 1000 * 60 * 60 * 3, // only show lines between metrics with a 3 hour or less gap
|
||||
spanGaps: 1000 * 60 * 60 * 24, // only show lines between metrics with a 24 hour or less gap
|
||||
elements: {
|
||||
point: {
|
||||
radius: 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue