rework clientwidth binds and size defaults for histograms

This commit is contained in:
Christoph Kluge
2024-10-08 18:46:59 +02:00
parent ed991de11a
commit f4102b948e
7 changed files with 86 additions and 119 deletions

View File

@@ -146,8 +146,8 @@
export let Y;
export let S = null;
export let color = '#0066cc';
export let width;
export let height;
export let width = 250;
export let height = 300;
export let xLabel;
export let yLabel;