Render loglog scatter, fix data format, start draw

This commit is contained in:
Christoph Kluge
2023-09-04 12:53:38 +02:00
parent c1b5134627
commit 8d7f942de4
2 changed files with 190 additions and 70 deletions

View File

@@ -672,6 +672,7 @@
<div bind:clientWidth={colWidth3}>
<Rooflineuplot
width={colWidth3 - 25}
cluster={$initq.data.clusters.find((c) => c.name == cluster).subClusters[0]}
/>
</Col>
</Row>