[Chore]: Fix Stats graph

This commit is contained in:
ClaraCrazy 2026-01-04 11:00:56 +01:00
parent fa0dc27cba
commit 03bc74cd34
No known key found for this signature in database
GPG key ID: EBBC896ACB497011

View file

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