mzimmerm / flutter_charts

Charts Library for Flutter, written in Dart with Flutter.
Other
250 stars 42 forks source link

PieChart labels out of view #34

Closed Mmisiek closed 2 years ago

Mmisiek commented 2 years ago

Hello, I have pie chart with pretty long labels for values, very often they do not fit the slice and are rendered outside of donut. The issue is they are rendered out of view size (in this example Grid). How I can make donut to rescale so labels fit the widget size ? In this example all labels on the left are missing part of name. Thanks Screen Shot 2021-10-31 at 8 59 57 AMs