RadarChart

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

dataCollection

The collection of chart data points.

modifier

The modifier for the chart.

axisConfig

The configuration for the chart's axes.

radarConfig

The configuration for the polygon in the chart.

chartColors

The colors used in the chart.

radiusScale

The scale factor for the radius of the data points.