RadarChart renders a chart with data represented on axes starting from the same point. Useful for comparing multiple variables.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/recharts/recharts/llms.txt
Use this file to discover all available pages before exploring further.
Props
The source data. Each element should be an object.
The width of chart container. Can be a number or a percent string like “100%”.
The height of chart container. Can be a number or a percent string like “100%”.
Empty space around the container.
The x-coordinate of center. If set a percentage, the final value is obtained by multiplying the percentage of width.
The y-coordinate of center. If set a percentage, the final value is obtained by multiplying the percentage of height.
The inner radius of the chart. If set a percentage, the final value is obtained by multiplying the percentage of maxRadius.
The outer radius of the chart. If set a percentage, the final value is obtained by multiplying the percentage of maxRadius.
Angle in degrees from which the chart should start.
Angle, in degrees, at which the chart should end.
The layout of chart defines the orientation of axes, graphical items, and tooltip.
The gap between two bar categories.
The gap between two bars in the same category.
The width or height of each bar.
The maximum width of all the bars.
The type of offset function used to generate the lower and upper values in the series array.
If
false, stacked items will be rendered left to right. If true, stacked items will be rendered right to left.Charts with the same syncId will synchronize Tooltip and Brush events.
Customize how the charts will synchronize tooltips and brushes.
Turn on accessibility support for keyboard-only and screen reader users.
If true, then it will listen to container size changes and adapt the SVG chart accordingly.
CSS class name for the chart container.
Inline CSS styles for the chart container.
The unique id of chart.
Decides the time interval to throttle events.
The customized event handler of click in this chart.
The customized event handler of mouseenter in this chart.
The customized event handler of mousemove in this chart.
The customized event handler of mouseleave in this chart.