website: snapshot

This commit is contained in:
nym21
2026-02-03 10:00:36 +01:00
parent 1d440be352
commit c02fc37491
6 changed files with 188 additions and 58 deletions

View File

@@ -1,10 +1,10 @@
/** Network section - On-chain activity and health */
import { Unit } from "../utils/units.js";
import { includes } from "../utils/array.js";
import { priceLine } from "./constants.js";
import { line, dots } from "./series.js";
import { line, dots, fromSupplyPattern } from "./series.js";
import { satsBtcUsd, satsBtcUsdFrom } from "./shared.js";
import { spendableTypeColors } from "./colors/index.js";
/**
* Create Network section
@@ -17,7 +17,6 @@ export function createNetworkSection(ctx) {
brk,
fromBaseStatsPattern,
fromStatsPattern,
fromSupplyPattern,
chartsFromFull,
chartsFromSum,
chartsFromValueFull,