Allow environment graphs to span a full day.

This commit is contained in:
Anton Roslund 2025-08-06 21:45:20 +02:00
parent 63af2fbf9c
commit 35d1fdbc6f

View file

@ -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,