https://github.com/affilnost/ngx-chartist
CHARTIST.JS INTEGRATION FOR ANGULAR 6+
https://github.com/affilnost/ngx-chartist
Last synced: 2 months ago
JSON representation
CHARTIST.JS INTEGRATION FOR ANGULAR 6+
- Host: GitHub
- URL: https://github.com/affilnost/ngx-chartist
- Owner: affilnost
- License: mit
- Created: 2018-05-16T07:08:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T20:13:51.000Z (over 6 years ago)
- Last Synced: 2024-10-24T20:15:01.519Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.29 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING-AGREEMENT.md
- License: LICENSE
Awesome Lists containing this project
README
# ngx-chartist
> ### ANGULAR 6+ CHARTIST[](https://gitter.im/ngx-chartist/Lobby)
[](https://opensource.org/licenses/mit-license.php)
[](https://github.com/ellerbrock/open-source-badges/)
[](https://github.com/ellerbrock/typescript-badges/)## [LIVE DEMO](https://affilnost.github.io/ngx-chartist/)
[](https://affilnost.github.io/ngx-chartist/)## Dependencies
You need to have `@types/chartist` and `chartist` installed.In order to install them run:
`npm install @types/chartist`
`npm install chartist`
## Installation
Run `npm install ngx-chartist`[ngx-chartist - npm](https://www.npmjs.com/package/ngx-chartist)
## Usage
See usage examples in [src/app/examples](https://github.com/affilnost/ngx-chartist/tree/master/src/app/examples) folder.See minimum usage example in [this repo](https://github.com/affilnost/ngx-chartist-usage-example).
## Contributing
Please see the CONTRIBUTING file for guidelines.## License
MITEnjoy :stuck_out_tongue_winking_eye: