heatmaps: part 13

This commit is contained in:
nym21
2026-06-01 11:17:00 +02:00
parent e64ffac8d1
commit 102933b406
10 changed files with 162 additions and 142 deletions
+4 -4
View File
@@ -27,8 +27,8 @@ import { createCointimeSection } from "./cointime.js";
import { createInvestingSection } from "./investing.js";
import { demoHeatmapOption } from "../../src/heatmap/demo.js";
import {
oracleEmaHeatmapOption,
oracleRawHeatmapOption,
oracleOutputsHeatmapOption,
oraclePaymentsHeatmapOption,
} from "../../src/heatmap/oracle.js";
// Re-export types for external consumers
@@ -306,8 +306,8 @@ export function createPartialOptions() {
tree: [
demoHeatmapOption,
{
name: "output values",
tree: [oracleRawHeatmapOption, oracleEmaHeatmapOption],
name: "oracle histograms",
tree: [oracleOutputsHeatmapOption, oraclePaymentsHeatmapOption],
},
],
},