Installing

You can grab the latest release from the Releases Page in Github or via NPM.

  • npm install @swimlane/ngx-charts --save

Also, the release code is checked in and resides here.

Check the package.json file for the versions of angular ngx-charts is compatible with.

JavaScript

  • release/index.js - UMD Version

  • release/index.min.js - UMD Version Minified

Developing

If you want to run the demos locally, just do:

Last updated