ApexCharts components in the Svelte world
<script>
import {Chart, Serie} from "svelte-apex";
</script>
<Chart>
<Serie name="People" y={[5, 32, 15, 26, 42, 25, 14, 5, 19]} />
</Chart>
Simply go on your project directory and type
npm install svelte-apex
Have a look at the Website
Note that a little bug force you to refresh the page to a warning 500. I'm working on a fix 😉
MIT of course 😉 check the LICENSE.md for more details