mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 14:49:58 -07:00
global: snapshot part 5
This commit is contained in:
@@ -171,7 +171,7 @@ function singleSellSideRiskTree(sellSideRisk, title) {
|
||||
...ROLLING_WINDOWS.map((w) => ({
|
||||
name: w.name,
|
||||
title: title(`Sell Side Risk (${w.title})`),
|
||||
bottom: percentRatio({ pattern: sellSideRisk[w.key], name: "Risk" }),
|
||||
bottom: percentRatio({ pattern: sellSideRisk[w.key], name: "Risk", color: w.color }),
|
||||
})),
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user