init basic proof of concept

This commit is contained in:
Christoph Kluge
2024-08-26 17:37:23 +02:00
parent 5cc7fc6ccb
commit a59df12595
3 changed files with 31 additions and 1 deletions

View File

@@ -159,6 +159,10 @@
<!-- Subluster Metricconfig remove keyword for jobtables (joblist main, user joblist, project joblist) to be used here as toplevel case-->
{#if metric.disabled == false && metric.data}
<MetricPlot
on:zoom-in={({ detail }) => {
// filterComponent.updateFilters(detail)
console.log("Upstream New Res:", detail)
}}
width={plotWidth}
height={plotHeight}
timestep={metric.data.metric.timestep}