global: add cohorts by entry

This commit is contained in:
nym21
2026-06-14 00:40:18 +02:00
parent 297fc3b855
commit c85da92cbc
44 changed files with 1927 additions and 19567 deletions
+15
View File
@@ -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: [