fl_chart icon indicating copy to clipboard operation
fl_chart copied to clipboard

RadarChart supports setting the padding of each corner

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

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.

Tate-zwt avatar Nov 06 '23 10:11 Tate-zwt