From 03bc74cd34df71fbd2a816caca8f30ac28a22e2d Mon Sep 17 00:00:00 2001 From: ClaraCrazy Date: Sun, 4 Jan 2026 11:00:56 +0100 Subject: [PATCH] [Chore]: Fix Stats graph --- infrastructure/web/public/javascripts/stats.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/infrastructure/web/public/javascripts/stats.js b/infrastructure/web/public/javascripts/stats.js index 6570fe5..e780b51 100644 --- a/infrastructure/web/public/javascripts/stats.js +++ b/infrastructure/web/public/javascripts/stats.js @@ -83,7 +83,7 @@ document.addEventListener('DOMContentLoaded', function() { tension: 0.4, pointRadius: 4, pointBackgroundColor: 'rgba(100, 149, 237, 0.8)', - spanGaps: false, + spanGaps: true, fill: true, hidden: false }, @@ -96,7 +96,7 @@ document.addEventListener('DOMContentLoaded', function() { tension: 0.4, pointRadius: 4, pointBackgroundColor: '#2ecc71', - spanGaps: false, + spanGaps: true, fill: true, hidden: false }, @@ -110,7 +110,7 @@ document.addEventListener('DOMContentLoaded', function() { tension: 0.4, pointRadius: 4, pointBackgroundColor: '#ff9f43', - spanGaps: false, + spanGaps: true, fill: true, hidden: false }