ngx-easypiechart
ng 6/7 module for easy-pie-chart.
EasyPieChart
More details on easy-pie-chart.
Usage
package.json
Add the following to package.json
file.
"easy-pie-chart": "~2.1.7", "ngx-easypiechart": "0.1.5"
app.module.ts
Add the following to app.module.ts
file.
;....imports:
macro
typescript code
constructor
For the exhaustive list of options, refer to the original easy-pie-chart documentation
Development
Prepare dist version
ng build ngx-easypiechart --prod
(aliter:)
npm run build