Neucharts
neu-charts is a ngx-charts wrapper and charting framework for Angular 2 and beyond!.
For more info, check out the Documentation
Install
To use ngx-charts in your project install it via npm:
npm i neu-charts --save
To take NPM build and deploy
Change version in package.json and run below cmd. dist folder will be created :
npm run packagr
Login using your npm credentials :
npm login
Publish build to npm :
npm publish dist