fl_chart
fl_chart copied to clipboard
RadarChart supports setting the padding of each corner
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.