add cluster and subcluster information to compareplot

This commit is contained in:
Christoph Kluge
2025-05-06 18:08:35 +02:00
parent aed2bd48fc
commit 4419df8d1b
6 changed files with 135 additions and 2 deletions

View File

@@ -24,6 +24,7 @@
export let data = null;
export let xlabel = "";
export let xticks = [];
export let xinfo = [];
export let ylabel = "";
export let yunit = "";
export let title = "";
@@ -102,7 +103,7 @@
label: "JobID",
scale: "x",
value: (u, ts, sidx, didx) => {
return xticks[didx];
return `${xticks[didx]} | ${xinfo[didx]}`;
},
},
{