mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-05-19 14:24:47 -07:00
global: fixes
This commit is contained in:
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user