0.1.7 • Published 4 years ago
ng2-charts-schematics v0.1.7
Schematics for ng2-charts
Installation
npm install --save-dev ng2-charts-schematics
Usage
Generate a component with a line chart:
ng generate ng2-charts-schematics:line my-line-chart
Supported chart types are line
, bar
, radar
, pie
, polar-area
, doughnut
, bubble
and scatter
.