Installation
Download
Installing via npm
npm install apexcharts --save
Usage
import ApexCharts from 'apexcharts'
OR
Direct <script> include
Another way is to directly include it in your html
<script src="https://cdn.jsdelivr.net/npm/apexcharts"></script>
