ng2-charts
Version:
Reactive, responsive, beautiful charts for Angular based on Chart.js
18 lines (11 loc) • 330 B
Markdown
# Schematics for `ng2-charts`
## Installation
```bash
npm install --save-dev ng2-charts-schematics
```
## Usage
Generate a component with a line chart:
```bash
ng generate ng2-charts-schematics:line my-line-chart
```
Supported chart types are `line`, `bar`, `radar`, `pie`, `polar-area`, `doughnut`, `bubble` and `scatter`.