mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-22 08:28:10 -07:00
global: big snapshot part 2
This commit is contained in:
@@ -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,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user