global: fixes

This commit is contained in:
nym21
2026-04-27 12:52:02 +02:00
parent b24bfdc15c
commit 76869ed2b6
114 changed files with 6623 additions and 1981 deletions

View File

@@ -518,7 +518,7 @@ export function sumsAndAveragesCumulativeWith({
return [
{
name: "Compare",
title: title(metric),
title: title(`Average ${metric}`),
bottom: ROLLING_WINDOWS.flatMap((w) =>
series({
pattern: average[w.key],