Radar Chartenhancementgood first issue
Repository-Metriken
- Stars
- (7.513 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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 !