remove width tags from slot defs

This commit is contained in:
Christoph Kluge
2024-10-08 15:26:09 +02:00
parent 89ec749172
commit f616c7e1c6
3 changed files with 0 additions and 6 deletions

View File

@@ -175,7 +175,6 @@
{:else}
<PlotGrid
let:item
let:width
renderFor="systems"
itemsPerRow={ccconfig.plot_view_plotsPerRow}
items={$nodesQuery.data.nodeMetrics
@@ -209,7 +208,6 @@
</h4>
{#if item.disabled === false && item.data}
<MetricPlot
{width}
height={plotHeight}
timestep={item.data.metric.timestep}
series={item.data.metric.series}