svelte-apex

1.1.0 • Public • Published

Svelte Apex

ApexCharts components in the Svelte world

How to use it ? 🚀

<script>
	import {Chart, Serie} from "svelte-apex";
</script>

<Chart>
	<Serie name="People" y={[5, 32, 15, 26, 42, 25, 14, 5, 19]} />
</Chart>

How to install it ? 🔧

Simply go on your project directory and type

npm install svelte-apex

Watch more examples in the gallery 🎉

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 😉

Licence 📄

MIT of course 😉 check the LICENSE.md for more details

Special thanks to 🎁

  • galkatz373 for his first integration <3
  • Svelte and the community
  • ApexCharts developpers

Package Sidebar

Install

npm i svelte-apex

Weekly Downloads

2

Version

1.1.0

License

MIT

Unpacked Size

16.6 kB

Total Files

16

Last publish

Collaborators

  • alexandrekempf