Only display last 28 days on stats page (excluding current day)

This commit is contained in:
2025-10-23 21:13:07 +02:00
parent 50d8704560
commit 36f0126a21
2 changed files with 4 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ window.axios.get('/v1/monthly-views').then(function (response) {
plugins: {
title: {
display: true,
text: 'Views the last 30 days',
text: 'Views the last 28 days',
font: {
size: 18
}