mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-16 21:48:10 -07:00
heatmaps: part 14
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user