Include 31 days so the final day gets the text label in the chart.

This commit is contained in:
Bauke 2023-06-07 20:23:41 +02:00
parent 2ef9289815
commit 1a081ff83f
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ pub async fn run() -> Result<()> {
for group in &groups {
UserCountChart {
groups: GroupDataModel::get_n_most_recent(&db, 30, &group.name)
groups: GroupDataModel::get_n_most_recent(&db, 31, &group.name)
.await?,
}
.render(&output, &group.name, true)