Skip to Content
✨ QuickCode UI keeps growing! More components, more features, and more ways to make your projects shine. Stay tuned & maybe… hire me or sponsor me 😉 
DocumentationRadarChart

RadarChart

A responsive radar chart component built on Recharts for visualizing multivariate data and comparing multiple variables across different categories.

Install Dependencies

npx
quickcode-ui add RadarChart

Examples

Basic

Basic Radar Chart

With Dots

Radar Chart with Dots

Lines Only

Radar Chart - Lines Only

Custom Label

Radar Chart - Custom Label

Grid Custom

Radar Chart - Grid Custom

Grid Radius

Radar Chart - Grid Radius

Grid Circle

Radar Chart - Grid Circle

Grid Circle No Basis

Radar Chart - Grid Circle No Basis

Grid Circle Filled

Radar Chart - Grid Circle Filled

Grid Filled

Radar Chart - Grid Filled

Multiple

Radar Chart - Multiple

With Legend

Radar Chart - Legend

Props

ChartContainer

PropTypeDefaultDescription
configChartConfigConfiguration object defining chart colors and labels
childrenReactNodeChart components to render
classNamestringAdditional CSS classes

RadarChart

PropTypeDefaultDescription
dataany[]Array of data objects to visualize
outerRadiusstringOuter radius of the radar chart
classNamestringAdditional CSS classes

Radar

PropTypeDefaultDescription
dataKeystringKey in data object for this radar
fillstringFill color for the radar area
fillOpacitynumberOpacity of the fill
strokestringStroke color for the radar line
strokeWidthnumberWidth of the stroke line
dotobjectConfiguration for dots at data points

ChartTooltipContent

PropTypeDefaultDescription
indicator'line' | 'dot' | 'dashed''dot'Visual indicator style
hideLabelbooleanfalseHide the tooltip label
hideIndicatorbooleanfalseHide the visual indicator
classNamestringAdditional CSS classes

PolarGrid

PropTypeDefaultDescription
gridType'polygon' | 'circle'Type of grid to display
strokestringColor of the grid lines
strokeDasharraystringDash pattern for grid lines
polarRadiusnumber[]Custom radius values

PolarAngleAxis

PropTypeDefaultDescription
dataKeystringKey in data for axis labels
strokestringColor of the axis lines
tickobjectConfiguration for axis labels

PolarRadiusAxis

PropTypeDefaultDescription
strokestringColor of the axis lines
Last updated on