https://github.com/angeeks/chart
Yet another chart.js wrapper for Angular
https://github.com/angeeks/chart
angular chart npm
Last synced: 20 days ago
JSON representation
Yet another chart.js wrapper for Angular
- Host: GitHub
- URL: https://github.com/angeeks/chart
- Owner: angeeks
- Created: 2018-05-24T16:49:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T08:50:03.000Z (about 8 years ago)
- Last Synced: 2026-05-20T11:36:06.991Z (about 1 month ago)
- Topics: angular, chart, npm
- Language: TypeScript
- Homepage: https://angeeks.github.io/chart/
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @angeeks/chart
[](https://travis-ci.org/angeeks/chart)
Yet another chart.js wrapper for Angular
## Installation
```
npm i -P @angeeks/chart
```
## Module setup
```
# app.module.ts
{{"
import { ChartModule } from '@angeeks/chart';
@NgModule({
imports: [
...
ChartModule.forRoot()
],
...
}
export class AppModule {}
"}}
```
## Usage
```
```
[Demo](https://angeeks.github.io/chart/)