apgapg / pie_chart

Flutter Pie chart with animation
https://pub.dev/packages/pie_chart
MIT License
179 stars 85 forks source link

Show customised labels in legend #63

Closed timovandeput closed 2 years ago

timovandeput commented 3 years ago

When displaying percentage values in the graph, I would like to display the absolute values in the legend.

Would therefore be nice if there is an (optional) formatting function to generate a custom legend text from the data map entry.

(This might also be useful to dynamically abbreviate long legend texts.)