Only display last 28 days on stats page (excluding current day)
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user