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

@@ -50,7 +50,6 @@
const clusters = getContext("clusters");
const globalMetrics = getContext("globalMetrics");
let plotHeight = 300;
let hostnameFilter = "";
let selectedMetric = ccconfig.system_view_selectedMetric;
@@ -208,7 +207,6 @@
</h4>
{#if item.disabled === false && item.data}
<MetricPlot
height={plotHeight}
timestep={item.data.metric.timestep}
series={item.data.metric.series}
metric={item.data.name}