Include 31 days so the final day gets the text label in the chart.
This commit is contained in:
parent
2ef9289815
commit
1a081ff83f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue