global: add sent volume

This commit is contained in:
nym21
2025-09-12 12:00:03 +02:00
parent 504d6eaa9f
commit a5951c58f3
4 changed files with 49 additions and 4 deletions

View File

@@ -745,6 +745,7 @@ function createUtils() {
(id.includes("in_sats") ||
(id.endsWith("supply") &&
!(id.endsWith("circulating_supply") || id.endsWith("_own_supply"))) ||
id === "sent" ||
id.endsWith("supply_half") ||
id.endsWith("supply_breakeven") ||
id.endsWith("supply_in_profit") ||

View File

@@ -3519,6 +3519,24 @@ function createPartialOptions({ env, colors, vecIdToIndexes, pools }) {
},
),
},
{
name: "Volume",
title: "Transaction Volume",
bottom: [
createBaseSeries({
key: "sent",
name: "Sent",
}),
createBaseSeries({
key: "sent_in_btc",
name: "Sent",
}),
createBaseSeries({
key: "sent_in_usd",
name: "Sent",
}),
],
},
{
name: "Size",
title: "Transaction Size",