astronautintheocean
Results
1
comments of
astronautintheocean
This worked for me: ``` import { onDestroy } from 'svelte'; import { chart } from 'svelte-apexcharts'; let options = {}; // add chart options here onDestroy(() => { options...