License

Svelte wrapper for ApexCharts to build interactive visualizations in svelte.

## Download and Installation ##### Installing via npm ```bash npm install svelte-apexcharts apexcharts ``` ## Usage ```js
``` This will render the following chart

### How do I update the chart? Simple! Just change the `options` and it will automatically re-render the chart.

## Props | Prop | Type | Description | | ----------- | ------ | ----------------------------------------------------------------------------------------------------------- | | **options** | Object | The configuration object, see options on [API (Reference)](https://apexcharts.com/docs/options/chart/type/) | ## License Svelte-ApexCharts is released under MIT license. You are free to use, modify and distribute this software, as long as the copyright header is left intact.