From 35d1fdbc6f84225c4a9330c72143119dc8e0fab0 Mon Sep 17 00:00:00 2001 From: Anton Roslund Date: Wed, 6 Aug 2025 21:45:20 +0200 Subject: [PATCH] Allow environment graphs to span a full day. --- src/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/index.html b/src/public/index.html index 8035f90..2ca1d6c 100644 --- a/src/public/index.html +++ b/src/public/index.html @@ -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,