fix plotgrid display error, use plotheight default

This commit is contained in:
Christoph Kluge
2024-10-08 17:31:15 +02:00
parent f616c7e1c6
commit fc6970d08a
5 changed files with 39 additions and 47 deletions

View File

@@ -208,7 +208,6 @@
</h4>
{#if item.disabled === false && item.metric}
<MetricPlot
height={300}
metric={item.name}
timestep={item.metric.timestep}
cluster={clusters.find((c) => c.name == cluster)}