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="wwwroot/assetslibs/echarts/dist/echarts.min.js"></script>
Initjs (Custom js)
<!-- Init js -->
<script src="wwwroot/assetsjs/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