mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 06:39:58 -07:00
global: snapshot
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
* - activity.js: SOPR, Volume, Lifespan
|
||||
*/
|
||||
|
||||
import { formatCohortTitle, satsBtcUsd, satsBtcUsdFullTree, simplePriceRatioTree, groupedSimplePriceRatioTree } from "../shared.js";
|
||||
import { formatCohortTitle, satsBtcUsd, satsBtcUsdFullTree } from "../shared.js";
|
||||
import { ROLLING_WINDOWS, line, baseline, percentRatio, rollingWindowsTree, rollingPercentRatioTree } from "../series.js";
|
||||
import { Unit } from "../../utils/units.js";
|
||||
|
||||
@@ -635,15 +635,6 @@ function singleBucketFolder({ name, color, pattern }) {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Realized Price",
|
||||
tree: simplePriceRatioTree({
|
||||
pattern: pattern.realizedPrice,
|
||||
title: `${name}: Realized Price`,
|
||||
legend: name,
|
||||
color,
|
||||
}),
|
||||
},
|
||||
{
|
||||
name: "NUPL",
|
||||
title: `${name}: NUPL`,
|
||||
@@ -745,13 +736,6 @@ function groupedBucketCharts(list, titlePrefix) {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
name: "Realized Price",
|
||||
tree: groupedSimplePriceRatioTree({
|
||||
list: list.map(({ name, color, pattern }) => ({ name, color, pattern: pattern.realizedPrice })),
|
||||
title: `${titlePrefix}: Realized Price`,
|
||||
}),
|
||||
},
|
||||
{
|
||||
name: "NUPL",
|
||||
title: `${titlePrefix}: NUPL`,
|
||||
|
||||
Reference in New Issue
Block a user