website: snapshot

This commit is contained in:
nym21
2026-01-25 13:16:00 +01:00
parent c6f63fd4a2
commit 36b56a400c
7 changed files with 343 additions and 135 deletions

View File

@@ -72,7 +72,6 @@ export function buildCohortData(colors, brk) {
};
const longNames = TERM_NAMES.long;
/** @type {CohortWithPercentiles} */
const termLong = {
name: longNames.short,
title: longNames.long,
@@ -104,8 +103,7 @@ export function buildCohortData(colors, brk) {
};
});
// Age range cohorts - CohortWithPercentiles (percentiles only)
/** @type {readonly CohortWithPercentiles[]} */
// Age range cohorts - CohortAgeRange (no nupl)
const dateRange = entries(utxoCohorts.ageRange).map(([key, tree]) => {
const names = AGE_RANGE_NAMES[key];
return {