You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use the data property from EChartsTile component and pass data directly (preferred way).
Alternatively, you need to update option property (including your chart data). For this, you can define your data as $state and declare option with $derived.
You can do some experiments with test app in this repo (svg/+page.svelte), e.g.
Remove data from scatterOption
Add some dynamic chartData
Use <EChartsTile option={scatterOption} data={chartData} />
If I use $state it will update the component and cause bad results
The text was updated successfully, but these errors were encountered: