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

@@ -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",