heatmaps: part 14

This commit is contained in:
nym21
2026-06-01 12:01:24 +02:00
parent 102933b406
commit cb9f277d49
7 changed files with 92 additions and 110 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ function createOracleHeatmapOption(mode, name) {
kind: "heatmap",
name,
title:
mode === "outputs" ? "Output Value Histogram" : "Payment Output Histogram",
mode === "outputs" ? "Output Value Histogram" : "Payment Value Histogram",
points: {
fetch: (date, signal, onPoints) =>
fetchOraclePoints(mode, date, signal, onPoints),