mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
website: simulation: small fixes
This commit is contained in:
@@ -809,7 +809,7 @@ export function init({
|
||||
const chart = addChart({
|
||||
chartIndex,
|
||||
scale,
|
||||
unit: option.unit || "US Dollars",
|
||||
unit: chartIndex ? option.unit : "US Dollars",
|
||||
whitespace: true,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user