data | any[]
| -
| |
config | ChartConfig
| -
| Chart configuration for colors and labels |
dataKeys | string | string[]
| -
| The key(s) to use for the radar values. If multiple, multiple radars will be rendered. |
polarAxisKey | string
| 'name'
| The key to use for the polar axis categories |
fillOpacity | number
| 0.5
| Opacity of the radar fill (0 to 1) |
strokeWidth | number
| 2
| Stroke width of the radar border |
showLegend | boolean
| false
| Whether to show a legend. Defaults to false. |
legendPosition | "right" | "bottom"
| 'bottom'
| Position of the legend. Defaults to 'bottom'. |
radarChartProps | any
| -
| Any additional props to pass to the Recharts RadarChart component |
className | string
| -
| |
style | React.CSSProperties
| -
| |
title | React.ReactNode
| -
| |
actions | React.ReactNode
| -
| Actions to display in the header (e.g. IconButton) |
footer | React.ReactNode
| -
| Content to display below the chart |
subtitle | string
| -
| Optional subtitle or description |
loading | boolean
| false
| |
appearance | WidgetAppearance
| 'outlined'
| |
padding | string | number
| -
| Widget padding (default: 16px) |
chartHeight | string | number
| 300
| Height of the chart container |