Apex ChartsOfficial Website
Explore the sample JavaScript charts created to show some of the enticing features packed in ApexCharts.
Javascript
<!-- ApexChart js -->
<script src="{% static 'libs/apexcharts/dist/apexcharts.min.js'%}"></script>
Initjs (Custom js)
<!-- Init js -->
<script src="{% static 'js/pages/apexcharts-line.init.js'%}"></script>
Add Package
yarn add apexcharts --save
Remove Package
yarn remove apexcharts --save or you can remove package by removing specific package from package.json