Migrate MetricPlot component

This commit is contained in:
Christoph Kluge
2025-07-01 15:50:45 +02:00
parent 56e3f2da5c
commit aa8789f8f8
3 changed files with 364 additions and 341 deletions

View File

@@ -201,7 +201,7 @@
<!-- 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={({detail}) => handleZoom(detail, metric.data.name)}
onZoom={(detail) => handleZoom(detail, metric.data.name)}
height={plotHeight}
timestep={metric.data.metric.timestep}
scope={metric.data.scope}