rename new roofline compnent

This commit is contained in:
Christoph Kluge
2025-08-07 16:28:35 +02:00
parent bef832e45b
commit f338209f32
6 changed files with 981 additions and 981 deletions

View File

@@ -21,7 +21,7 @@
init,
} from "../generic/utils.js";
//import Roofline from "../generic/plots/Roofline.svelte";
import NewBubbleRoofline from "../generic/plots/NewBubbleRoofline.svelte";
import Roofline from "../generic/plots/Roofline.svelte";
import Pie, { colors } from "../generic/plots/Pie.svelte";
import { formatTime } from "../generic/units.js";
@@ -325,7 +325,7 @@
<b>{subCluster.name} Total: {$jobRoofQuery.data.jobsMetricStats.filter(
(data) => data.subCluster == subCluster.name,
).length} Jobs</b>
<NewBubbleRoofline
<Roofline
allowSizeChange
width={plotWidths[i] - 10}
height={300}
@@ -350,7 +350,7 @@
<b>{subCluster.name} Total: {$jobRoofQuery.data.jobsMetricStats.filter(
(data) => data.subCluster == subCluster.name,
).length} Jobs</b>
<NewBubbleRoofline
<Roofline
allowSizeChange
width={plotWidths[i] - 10}
height={300}

View File

@@ -28,7 +28,7 @@
} from "../generic/utils.js";
import { scaleNumbers, formatTime } from "../generic/units.js";
import NewBubbleRoofline from "../generic/plots/NewBubbleRoofline.svelte";
import Roofline from "../generic/plots/Roofline.svelte";
/* Svelte 5 Props */
let {
@@ -457,7 +457,7 @@
<Col class="px-3 mt-2 mt-lg-0">
<div bind:clientWidth={plotWidths[i]}>
{#key $statusQuery?.data?.nodeMetrics}
<NewBubbleRoofline
<Roofline
useColors={true}
allowSizeChange
width={plotWidths[i] - 10}
@@ -479,7 +479,7 @@
<Col class="px-3 mt-2 mt-lg-0">
<div bind:clientWidth={plotWidths[i]}>
{#key $statusQuery?.data?.jobsMetricStats}
<NewBubbleRoofline
<Roofline
useColors={true}
allowSizeChange
width={plotWidths[i] - 10}