google / charts

https://pub.dev/packages/charts_flutter
Apache License 2.0
2.8k stars 1.2k forks source link

Outside label text is turned into three dots while there should be enough space for Pie chart #736

Open ultrasandbox opened 2 years ago

ultrasandbox commented 2 years ago

Hello,

As shown in the screenshot below, it should be 15.0 instead of three dots.

Screen Shot 2022-02-09 at 12 32 42 PM

Here is my Pie chart code:

charts.PieChart( seriesList, animate: false, defaultRenderer: charts.ArcRendererConfig( arcRendererDecorators: [ charts.ArcLabelDecorator( outsideLabelStyleSpec: charts.TextStyleSpec( fontSize: 12, color: charts.ColorUtil.fromDartColor(Colors.black), ), ), ], ), ),

mrleisen commented 1 year ago

Hello there, i have the same issue, where you able to solve this? thanks