heatmaps: part 15

This commit is contained in:
nym21
2026-06-01 12:04:44 +02:00
parent cb9f277d49
commit 200cd1011e
6 changed files with 49 additions and 16 deletions
+9
View File
@@ -63,6 +63,15 @@ function createOracleHeatmapOption(mode, name) {
format: formatAmount,
},
},
defaults:
mode === "payments"
? {
from: "2015",
to: "today",
yMin: -5,
yMax: 2,
}
: undefined,
tooltip: defaultTooltip,
};
}