imaNNeo / fl_chart

FL Chart is a highly customizable Flutter chart library that supports Line Chart, Bar Chart, Pie Chart, Scatter Chart, and Radar Chart.
https://flchart.dev
MIT License
6.77k stars 1.74k forks source link

Draw a order around each sector #1600

Closed SteMMo33 closed 6 months ago

SteMMo33 commented 7 months ago

Hello, is it possible to draw a border around each sector ? just to obtain something like that: Schermata 2024-03-01 alle 17 02 52

My attempt was by the borderData member but without results:

borderData: FlBorderData(
                    show: true,
                    border: const Border(
                        top: BorderSide(color: Colors.white),
                        left: BorderSide(color: Colors.blue),
                        bottom: BorderSide(color: Colors.red)
                    )
                  ),

Thanks!

imaNNeo commented 6 months ago

Hi there, Yes, you can use borderSide property in the PieChartSectionData.