heatmaps: part 1

This commit is contained in:
nym21
2026-05-28 21:58:54 +02:00
parent 100495fdba
commit 52883bbdba
11 changed files with 213 additions and 13 deletions
+12
View File
@@ -63,6 +63,7 @@ export function createPartialOptions() {
kind: "explorer",
title: "Explorer",
},
{
name: "Charts",
tree: [
@@ -295,6 +296,17 @@ export function createPartialOptions() {
],
},
{
name: "Heatmaps",
tree: [
{
kind: "heatmap",
name: "name",
title: "name",
},
],
},
{
name: "API",
url: () => "/api",