Radar Chart
A composable function that displays a Radar Chart with a single data set.
Parameters
The data set to be displayed in the chart.
The style to be applied to the chart. If not provided, the default style will be used.
Enables touch interactions (drag selection). Defaults to true.
Enables initial chart animations. Defaults to true.
Optional preselected axis index for deterministic rendering (e.g. screenshots).
A composable function that displays a Radar Chart with multiple data sets.
Parameters
The data sets to be displayed in the chart.
The style to be applied to the chart. If not provided, the default style will be used.
Enables touch interactions (drag selection). Defaults to true.
Enables initial chart animations. Defaults to true.
Optional preselected axis index for deterministic rendering (e.g. screenshots).