apex-react-charts

A React Component Wrapper for ApexCharts

Usage no npm install needed!

<script type="module">
  import apexReactCharts from 'https://cdn.skypack.dev/apex-react-charts';
</script>

README

Read more here https://apexcharts.com/

import {ApexChart as Chart} from 'apex-react-charts'
...
return (
    <Chart onClick={} onRef={} series={series} options={options} />
);