global: snapshot

This commit is contained in:
nym21
2026-03-18 21:04:12 +01:00
parent 92e1a0ccaf
commit d8b55340f7
16 changed files with 215 additions and 143 deletions
+4 -4
View File
@@ -5,7 +5,7 @@ import {
dots,
line,
price,
sumsTree,
sumsArray,
multiSeriesTree,
percentRatioDots,
} from "./series.js";
@@ -311,7 +311,7 @@ export function createCointimeSection() {
}),
],
},
sumsTree({ windows: pattern.sum, title, unit: Unit.coinblocks }),
...sumsArray({ windows: pattern.sum, title, unit: Unit.coinblocks }),
{
name: "Cumulative",
title: `${title} (Total)`,
@@ -366,7 +366,7 @@ export function createCointimeSection() {
line({ series: pattern.base, name, color, unit: Unit.usd }),
],
},
sumsTree({ windows: pattern.sum, title, unit: Unit.usd }),
...sumsArray({ windows: pattern.sum, title, unit: Unit.usd }),
{
name: "Cumulative",
title: `${title} (Total)`,
@@ -402,7 +402,7 @@ export function createCointimeSection() {
}),
],
},
sumsTree({
...sumsArray({
windows: vocdd.pattern.sum,
title: vocdd.title,
unit: Unit.usd,