apgapg / pie_chart

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

How to show a widget as a label in Pie chart? #641 #70

Open omidraha opened 3 years ago

omidraha commented 3 years ago

In Pie chart,

I would like to show a widget something like this as label:

Column(
      children: [
        Text('17.0 %'),
        Text('June'),
      ],

I try the formatChartValues but the return value is String and is not a widget.

pi_chart_labe