PieChartData->borderData not working
- Dominant language
- Dart
- Stars
- 7.6k
- Forks
- 2k
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 2
Description
PieChartData->borderData not working
My Code
```
PieChartData(
pieTouchData: PieTouchData(
// Touch Data Code
),
borderData: FlBorderData(show:true),
sections: List.generate(5,(i){
// Section Code
})
),
```
Result:

Flutter - 3.3.6
FlChart - 0.55.1
Contributor guide
Research direction
Start by reproducing the PieChartData example with Flutter 3.3.6 and fl_chart 0.55.1, then trace how borderData is handled when the pie chart is rendered. Compare the result with the attached screenshot; done means FlBorderData(show: true) produces the expected visible border.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- data-visualization
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100