imaNNeo / imaNNeo/fl_chart

PieChartData->borderData not working

Open
#1,182 3 comments 0 reactions 0 assignees View on GitHub
bug good first issue Pie Chart
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:
![Screenshot_1](https://user-images.githubusercontent.com/11256478/198381105-c1b071fa-67ea-4a80-ba53-74a6d45e01ac.jpg)

Flutter - 3.3.6
FlChart - 0.55.1

Contributor guide

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.