Add public dashboard and route, add DoubleMetricPlot and GQL queries

- add roofline legend display switch
- small fixes
This commit is contained in:
Christoph Kluge
2025-12-09 10:26:55 +01:00
parent 967f0a3294
commit 4083de2a51
23 changed files with 2918 additions and 96 deletions

View File

@@ -36,6 +36,7 @@
subCluster = null,
allowSizeChange = false,
useColors = true,
useLegend = true,
width = 600,
height = 380,
} = $props();
@@ -534,7 +535,7 @@
width: width,
height: height,
legend: {
show: true,
show: useLegend,
},
cursor: {
dataIdx: (u, seriesIdx) => {