UNPKG

ng2-charts-schematics

Version:

ng2-charts schematics collection for generating chart components

18 lines (11 loc) 347 B
# 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`.