Fix polar and roofline sizes in jobView

- add option for adaptable roofline sizing
This commit is contained in:
Christoph Kluge
2023-09-05 14:55:36 +02:00
parent c4a9fcc1ca
commit 827a85412e
4 changed files with 22 additions and 25 deletions

View File

@@ -427,6 +427,7 @@
<div bind:clientWidth={plotWidths[i]}>
{#key $mainQuery.data.nodeMetrics}
<Roofline
allowSizeChange={true}
width={plotWidths[i] - 10}
height={300}
cluster={subCluster}