Patch Changes
- fix(Chart): Fix chart rendering blank when
brushandtransformare combined under Svelte's experimental async mode by lazy-loading interaction contexts via$effect/{#if}instead of nested{#await import()}. (#885)
brush and transform are combined under Svelte's experimental async mode by lazy-loading interaction contexts via $effect/{#if} instead of nested {#await import()}. (#885)