UNPKG

@swimlane/ngx-charts

Version:

Declarative Charting Framework for Angular2 and beyond!

22 lines (14 loc) 609 B
# Installing You can grab the latest release from the [Releases Page](https://github.com/swimlane/ngx-charts/releases) in Github or via NPM. * `npm install ngx-charts` Also, the release code is checked in and resides [here](https://github.com/swimlane/ngx-charts/tree/master/release). ### JavaScript - `release/index.js` - UMD Version - `release/index.min.js` - UMD Version Minified ### CSS Additionally, you will need to include `./release/ngx-charts.css`. ## Developing If you want to run the demos locally, just do: - `npm i` - `npm start` - Browse to [http://localhost:9999](http://localhost:9999)