New statistics
|
@ -617,6 +617,18 @@ function createGraphs(allFeatures: ChangeSetData[], appliedFilterDescription: st
|
||||||
f => f.properties.editor.substr("MapComplete ".length, 6).replace(/[a-zA-Z-/]/g, ''),
|
f => f.properties.editor.substr("MapComplete ".length, 6).replace(/[a-zA-Z-/]/g, ''),
|
||||||
1
|
1
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Group.createStackedBarChartPerDay(
|
||||||
|
"Changesets per minor version number" + appliedFilterDescription,
|
||||||
|
allFeatures,
|
||||||
|
f => {
|
||||||
|
const base = f.properties.editor.substr("MapComplete ".length).replace(/[a-zA-Z-/]/g, '')
|
||||||
|
const [major, minor, patch] = base.split(".")
|
||||||
|
return major+"."+minor
|
||||||
|
|
||||||
|
},
|
||||||
|
1
|
||||||
|
)
|
||||||
|
|
||||||
Group.createStackedBarChartPerDay(
|
Group.createStackedBarChartPerDay(
|
||||||
"Deletion-changesets per theme" + appliedFilterDescription,
|
"Deletion-changesets per theme" + appliedFilterDescription,
|
||||||
|
@ -701,8 +713,8 @@ async function main(): Promise<void>{
|
||||||
|
|
||||||
createMiscGraphs(allFeatures, emptyCS)
|
createMiscGraphs(allFeatures, emptyCS)
|
||||||
createGraphs(allFeatures, "")
|
createGraphs(allFeatures, "")
|
||||||
// createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2020")), " in 2020")
|
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("2021")), " in 2021")
|
||||||
createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2022")), " in 2022")
|
createGraphs(allFeatures.filter(f => f.properties.date.startsWith("2022")), " in 2022")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 485 KiB After Width: | Height: | Size: 500 KiB |
Before Width: | Height: | Size: 367 KiB After Width: | Height: | Size: 370 KiB |
Before Width: | Height: | Size: 150 KiB After Width: | Height: | Size: 161 KiB |
Before Width: | Height: | Size: 220 KiB After Width: | Height: | Size: 213 KiB |
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 231 KiB |
Before Width: | Height: | Size: 633 KiB After Width: | Height: | Size: 646 KiB |
Before Width: | Height: | Size: 171 KiB After Width: | Height: | Size: 257 KiB |
Before Width: | Height: | Size: 863 KiB After Width: | Height: | Size: 887 KiB |
Before Width: | Height: | Size: 139 KiB After Width: | Height: | Size: 173 KiB |
Before Width: | Height: | Size: 561 KiB After Width: | Height: | Size: 580 KiB |
Before Width: | Height: | Size: 159 KiB After Width: | Height: | Size: 189 KiB |
Before Width: | Height: | Size: 651 KiB After Width: | Height: | Size: 671 KiB |
Before Width: | Height: | Size: 128 KiB After Width: | Height: | Size: 122 KiB |
Before Width: | Height: | Size: 136 KiB After Width: | Height: | Size: 136 KiB |
Before Width: | Height: | Size: 132 KiB After Width: | Height: | Size: 128 KiB |
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 130 KiB |
Before Width: | Height: | Size: 134 KiB After Width: | Height: | Size: 224 KiB |
Before Width: | Height: | Size: 165 KiB After Width: | Height: | Size: 257 KiB |
Before Width: | Height: | Size: 101 KiB After Width: | Height: | Size: 102 KiB |