global: big snapshot part 2

This commit is contained in:
nym21
2026-04-13 22:47:08 +02:00
parent 765261648d
commit 283baca848
93 changed files with 3242 additions and 3067 deletions
+2 -2
View File
@@ -1126,7 +1126,7 @@ export function chartsFromPercentCumulative({
}),
).concat(
percentRatio({
pattern: pattern.cumulative,
pattern,
name: "All Time",
color: colors.time.all,
}),
@@ -1145,7 +1145,7 @@ export function chartsFromPercentCumulative({
name: "Cumulative",
title: title(`Cumulative ${metric}`),
bottom: percentRatio({
pattern: pattern.cumulative,
pattern,
name: "All Time",
color: color ?? colors.time.all,
}),