New graphs

This commit is contained in:
Pieter Vander Vennet 2021-12-02 01:07:28 +01:00
parent 752538ec14
commit 290fc61f42
21 changed files with 4695 additions and 1 deletions

View file

@ -659,7 +659,7 @@ function createMiscGraphs(allFeatures: ChangeSetData[], emptyCS: ChangeSetData[]
}
// new StatsDownloader("stats").DownloadStats()
new StatsDownloader("stats").DownloadStats()
const allPaths = readdirSync("stats")
.filter(p => p.startsWith("stats.") && p.endsWith(".json"));
let allFeatures: ChangeSetData[] = [].concat(...allPaths