forked from MapComplete/MapComplete
Add cumulative changesets per host
This commit is contained in:
parent
2e57b951be
commit
13d74e479c
4 changed files with 2873 additions and 2872 deletions
|
@ -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):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue