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

@@ -25,6 +25,7 @@
export let metrics
export let cluster
export let jobMetrics
export let height = 350
const metricConfig = getContext('metrics')
@@ -94,7 +95,7 @@
</script>
<div class="chart-container">
<Radar {data} {options}/>
<Radar {data} {options} {height}/>
</div>
<style>