EchartsOfficial Website
Apache ECharts is a free, powerful charting and visualization library offering easy ways to add intuitive, interactive, and highly customizable charts to your commercial products.
Javascript
<!-- Echarts js -->
<script src="{% static 'libs/echarts/dist/echarts.min.js' %}"></script>
Initjs (Custom js)
<!-- Init js -->
<script src="{% static 'js/pages/echarts.init.js' %}"></script>
Add Package
yarn add echarts --save --save
Remove Package
yarn remove echarts --save or you can remove package by removing specific package from package.json