Migrate plotgrid, adapt parent components with new snippets

This commit is contained in:
Christoph Kluge
2025-06-25 18:19:24 +02:00
parent 79a6c9e90d
commit db5f6c7540
7 changed files with 96 additions and 92 deletions

View File

@@ -182,6 +182,6 @@
</script>
<div class="cc-plot">
<canvas bind:this={canvasElement} width="{width}" height="{height}"></canvas>
<div class="cc-plot" bind:clientWidth={width}>
<canvas bind:this={canvasElement} {width} {height}></canvas>
</div>