Add cumulative changesets per host

This commit is contained in:
Pieter Vander Vennet 2021-03-13 15:49:14 +01:00
parent 2e57b951be
commit 13d74e479c
4 changed files with 2873 additions and 2872 deletions

View file

@ -249,6 +249,7 @@ def create_graphs(contents):
cumulative_changes_per(contents, 1, "contributor", cutoff=15)
cumulative_changes_per(contents, 2, "language", cutoff=1)
cumulative_changes_per(contents, 4, "version number", cutoff=1)
cumulative_changes_per(contents, 8, "host", cutoff=1)
currentYear = datetime.now().year
for year in range(2020, currentYear + 1):