global: snapshot part 3

This commit is contained in:
nym21
2026-03-20 12:54:26 +01:00
parent b8e57f4788
commit 1d671ea41f
32 changed files with 1561 additions and 1249 deletions

View File

@@ -510,6 +510,7 @@ export function createNetworkSection() {
name: "Created",
color: colors.entity.output,
base: outputs.count.total.sum,
average: outputs.count.total.rolling.average,
rolling: outputs.count.total.rolling.sum,
cumulative: outputs.count.total.cumulative,
},
@@ -517,6 +518,7 @@ export function createNetworkSection() {
name: "Spent",
color: colors.entity.input,
base: inputs.count.sum,
average: inputs.count.rolling.average,
rolling: inputs.count.rolling.sum,
cumulative: inputs.count.cumulative,
},