Add new graphs
This commit is contained in:
parent
933721f364
commit
07be425e67
5 changed files with 2 additions and 2 deletions
|
@ -713,8 +713,8 @@ async function main(): Promise<void>{
|
|||
|
||||
createMiscGraphs(allFeatures, emptyCS)
|
||||
createGraphs(allFeatures, "")
|
||||
createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2020")), " in 2020")
|
||||
createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2021")), " in 2021")
|
||||
// createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2020")), " in 2020")
|
||||
// createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2021")), " in 2021")
|
||||
createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2022")), " in 2022")
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 110 KiB |
Binary file not shown.
After Width: | Height: | Size: 160 KiB |
Binary file not shown.
After Width: | Height: | Size: 133 KiB |
BIN
Docs/Tools/graphs/Changesets per minor version number.png
Normal file
BIN
Docs/Tools/graphs/Changesets per minor version number.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 189 KiB |
Loading…
Reference in a new issue