infinum / flutter-charts

Customizable charts library for flutter.
https://pub.dev/packages/charts_painter
MIT License
144 stars 42 forks source link

Add Value Label Decorator #44

Closed ABausG closed 2 years ago

ABausG commented 2 years ago

As mentioned in #42 the labels of a section in a stacked bar chart don't necessarily equal the value where the label should appear. To circumvent this while maintaining the current behaviour for backwards compatibility I have added a way to generate the label that should be used based on the ChartItem

lukaknezic commented 2 years ago

Great! Thanks for PR 😄