# 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`.
