swimlane / ngx-charts

:bar_chart: Declarative Charting Framework for Angular
https://swimlane.github.io/ngx-charts/
MIT License
4.27k stars 1.15k forks source link

Allow suffix in PieGridComponent label #1401

Open shah-dhaval opened 4 years ago

shah-dhaval commented 4 years ago

Is your feature request related to a problem? Please describe. PieGridComponent has not feature of allow suffix in label, currently it is showing as for data {name: Water, value: 311} -> 'Total : 311'.I want to show suffix also like 'Total : 311 litrs'.

Describe the solution you'd like Add @Input for labelSuffix and add countSuffix here https://github.com/swimlane/ngx-charts/blob/master/projects/swimlane/ngx-charts/src/lib/pie-chart/pie-grid.component.ts#L72, .

duxor commented 4 years ago

This should be related to https://github.com/swimlane/ngx-charts/issues/51 ?