This commit is contained in:
Aevann1 2022-01-02 02:05:22 +02:00
parent 84a101b022
commit 98738954a5
7 changed files with 54 additions and 10 deletions

View file

@ -140,6 +140,10 @@ def cached_chart(days):
comment_stats,
color='gold')
signup_chart.set_ylim(ymin=0)
posts_chart.set_ylim(ymin=0)
comments_chart.set_ylim(ymin=0)
signup_chart.set_ylabel("Signups")
posts_chart.set_ylabel("Posts")
comments_chart.set_ylabel("Comments")