Integrate in React.js
Download
Installing via npm
npm install react-apexcharts --save
Usage
import ReactApexCharts from 'react-apexcharts'
Direct <script> include
Another way is to directly include it in your html
\<script src="https://cdn.jsdelivr.net/npm/apexcharts">\</script>
\<script src="https://cdn.jsdelivr.net/npm/react-apexcharts">\</script>
Basic Example
To create a basic bar chart with react-apexcharts, see the example below:
