Radar Chart
fun RadarChart(dataCollection: ChartDataCollection, modifier: Modifier = Modifier, axisConfig: AxisConfig = ChartDefaults.axisConfigDefaults(), radarConfig: RadarConfig = RadarChartDefaults.defaultConfig(), chartColors: RadarChartColors = RadarChartDefaults.defaultColor(), radiusScale: Float = 0.02f)
A composable function that displays a radar chart.
Parameters
data Collection
The collection of chart data points.
modifier
The modifier for the chart.
axis Config
The configuration for the chart's axes.
radar Config
The configuration for the polygon in the chart.
chart Colors
The colors used in the chart.
radius Scale
The scale factor for the radius of the data points.