mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
global: snapshot
This commit is contained in:
@@ -43,6 +43,18 @@ export function createMarketSection(ctx) {
|
||||
unit: Unit.usd,
|
||||
colors: [colors.cyan, colors.purple],
|
||||
}),
|
||||
line({
|
||||
metric: price.oracle.phaseDailyDollars.median,
|
||||
name: "Oracle2 median",
|
||||
unit: Unit.usd,
|
||||
color: colors.blue,
|
||||
}),
|
||||
line({
|
||||
metric: price.oracle.phaseDailyDollars.average,
|
||||
name: "Oracle2 average",
|
||||
unit: Unit.usd,
|
||||
color: colors.yellow,
|
||||
}),
|
||||
],
|
||||
}),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user