fl_chart icon indicating copy to clipboard operation
fl_chart copied to clipboard

RadarChart Supporting ability and color filling

Open Tate-zwt opened this issue 1 year ago • 0 comments

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 !

Tate-zwt avatar Nov 03 '23 07:11 Tate-zwt