centerSpaceTitle property of PieChartData
Open
- Dominant language
- Dart
- Stars
- 7.6k
- Forks
- 2k
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 2
Description
In addition to PieChartData's
double? centerSpaceRadius,
Color? centerSpaceColor,
It will be nice to have String? centerSpaceTitle which displays title on the center and when text grows it can grow radius.
Currently, we use Stack to align the text in center of the pie chart to show center space title
Contributor guide
Research direction
Start by locating PieChartData and the existing centerSpaceRadius and centerSpaceColor handling in the pie-chart implementation. Trace how the center area is rendered, then verify that a centerSpaceTitle can be displayed centrally and that the radius grows as the text requires.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- frontend, mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100