RadarChart Supporting ability and color filling
Open
enhancement
good first issue
Radar Chart
- Dominant language
- Dart
- Stars
- 7.6k
- Forks
- 2k
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 2
Description
```
return RadarDataSet(
fillColor: Colors.color305FABF2,
borderColor: rawDataSet.color,
entryRadius: 2,
dataEntries: rawDataSet.values.map((e) => RadarEntry(value: e)).toList(),
borderWidth: 2,
);
```
Support LinearGradient attribute,Thanks !
Contributor guide
Research direction
Start by locating RadarDataSet and the RadarChart rendering path that consumes fillColor, then trace how the dataset is painted. Add support for a LinearGradient fill while preserving the existing color behavior, and verify that radar areas render with the requested gradient.
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
- 35/100