heatmaps: part 16

This commit is contained in:
nym21
2026-06-01 12:19:32 +02:00
parent 200cd1011e
commit 76720434d7
2 changed files with 8 additions and 3 deletions
+4 -1
View File
@@ -71,7 +71,10 @@ function createOracleHeatmapOption(mode, name) {
yMin: -5,
yMax: 2,
}
: undefined,
: {
from: "genesis",
to: "today",
},
tooltip: defaultTooltip,
};
}