mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-06-17 02:09:44 -07:00
global: add cohorts by entry
This commit is contained in:
@@ -5,6 +5,7 @@ import {
|
||||
createCohortFolderAll,
|
||||
createCohortFolderFull,
|
||||
createCohortFolderWithAdjusted,
|
||||
createCohortFolderWithNupl,
|
||||
createCohortFolderLongTerm,
|
||||
createCohortFolderAgeRangeWithMatured,
|
||||
createCohortFolderBasicWithMarketCap,
|
||||
@@ -53,6 +54,7 @@ export function createPartialOptions() {
|
||||
overAge,
|
||||
ageRange,
|
||||
epoch,
|
||||
entry,
|
||||
utxosOverAmount,
|
||||
addressesOverAmount,
|
||||
utxosUnderAmount,
|
||||
@@ -99,6 +101,19 @@ export function createPartialOptions() {
|
||||
|
||||
createCohortFolderLongTerm(termLong),
|
||||
|
||||
{
|
||||
name: "Entry",
|
||||
tree: [
|
||||
createGroupedCohortFolderWithNupl({
|
||||
name: "Compare",
|
||||
title: "Veteran vs Rookie",
|
||||
list: entry,
|
||||
all: cohortAll,
|
||||
}),
|
||||
...entry.map(createCohortFolderWithNupl),
|
||||
],
|
||||
},
|
||||
|
||||
{
|
||||
name: "UTXO Age",
|
||||
tree: [
|
||||
|
||||
Reference in New Issue
Block a user