website: simulation: small fixes

This commit is contained in:
k
2024-11-28 15:58:11 +01:00
parent 71871901ef
commit 4dac44e720
6 changed files with 53 additions and 98 deletions

View File

@@ -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,
});