Closed SteMMo33 closed 7 months ago
Hello, is it possible to draw a border around each sector ? just to obtain something like that:
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!
Hi there, Yes, you can use borderSide property in the PieChartSectionData.
borderSide
Hello, is it possible to draw a border around each sector ? just to obtain something like that:
My attempt was by the borderData member but without results:
Thanks!