1.1.0 • Published 2 years ago

svelte-apex v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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
1.1.0

2 years ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago