apgapg / pie_chart

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

Quality of life improvement: Small "pie slices" are cut off because the slice is to small #88

Open shawnAshton opened 2 years ago

shawnAshton commented 2 years ago

As seen in the photo below, I have a slice that should represent 3%. image There is no other text nearby to cut it off. This makes me think the 3% text is tied to a layer in a stack and that the 97% layer is covering the text.

A possible solution would be to place the text on top of the graph rather than having the text tied to a specific layer.