forked from MapComplete/MapComplete
New graphs
This commit is contained in:
parent
752538ec14
commit
290fc61f42
21 changed files with 4695 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue