RadarChart supports setting the padding of each corner
Open
Nobody has claimed this yet.
enhancement
Radar Chart
- Dominant language
- Dart
- Stars
- 7.6k
- Forks
- 2k
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 2
Description
The radar chart has a padding in each corner. I don’t implement getTitle. I hope to remove the padding to 0 because I customized getTitle myself. Thank you!
RadarChart(
padding:EdgeInsets.all(0) // Features I wish for
RadarChartData(
dataSets: showingDataSets(),
radarBackgroundColor: Colors.transparent,
borderData: FlBorderData(show: false),
radarBorderData: const BorderSide(color: Colors.transparent),
getTitle:null,
)
It feels like there is a padding of 20.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start from the RadarChart and RadarChartData entry points, focusing on how the chart applies its apparent 20-pixel corner padding and handles getTitle: null. Confirm the intended behavior for EdgeInsets.all(0) and custom titles, then verify that each radar corner can use the requested padding without affecting other chart settings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100