You can grab the latest release from the Releases Pagearrow-up-right in Github or via NPM.
npm install @swimlane/ngx-charts --save
Also, the release code is checked in and resides herearrow-up-right.
Check the package.json file for the versions of angular ngx-charts is compatible with.
package.json
release/index.js - UMD Version
release/index.js
release/index.min.js - UMD Version Minified
release/index.min.js
If you want to run the demos locally, just do:
npm i
npm start
Browse to http://localhost:9999arrow-up-right
Last updated 7 years ago