diff --git a/web/frontend/src/generic/plots/RooflineHeatmap.svelte b/web/frontend/src/generic/plots/RooflineHeatmap.svelte index 907f7a4..91cda22 100644 --- a/web/frontend/src/generic/plots/RooflineHeatmap.svelte +++ b/web/frontend/src/generic/plots/RooflineHeatmap.svelte @@ -1,246 +1,262 @@ - - + Properties: + - `subCluster GraphQL.SubCluster?`: SubCluster Object; contains required topology information [Default: null] + - **Note**: Object of first subCluster is used, how to handle multiple topologies within one cluster? [TODO] + - `tiles [[Float!]!]?`: Data tiles to be rendered [Default: null] + - `maxY Number?`: maximum flopRateSimd of all subClusters [Default: null] + - `width Number?`: Plot width (reactively adaptive) [Default: 500] + - `height Number?`: Plot height (reactively adaptive) [Default: 300] +-->