mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-25 23:29:58 -07:00
global: add sent volume
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user