mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2026-04-03 22:47:30 +02:00
Fix polar and roofline sizes in jobView
- add option for adaptable roofline sizing
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user