initial commit for rooflineuplot

This commit is contained in:
Christoph Kluge
2023-09-01 13:12:55 +02:00
parent 69ee19bed0
commit f5c43d60d3
5 changed files with 828 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
import { getContext } from "svelte";
import Refresher from "./joblist/Refresher.svelte";
import Roofline, { transformPerNodeData } from "./plots/Roofline.svelte";
import Rooflineuplot from "./plots/Rooflineuplot.svelte";
import Pie, { colors } from "./plots/Pie.svelte";
import Histogram from "./plots/Histogram.svelte";
import {
@@ -665,4 +666,9 @@
{/key}
</Col>
</Row>
<Row>
<Col>
<Rooflineuplot/>
</Col>
</Row>
{/if}