neu-charts
Version:
neu-charts is a ngx-charts wrapper and charting framework for Angular 2 and beyond!.
26 lines (13 loc) • 555 B
Markdown
# Neucharts
neu-charts is a ngx-charts wrapper and charting framework for Angular 2 and beyond!.
For more info, check out the [Documentation](https://neurai.gitbooks.io/neu-charts)
## Install
To use ngx-charts in your project install it via [npm](https://www.npmjs.com/package/neu-charts):
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