RadarChart

A radar chart for comparing multiple entries across several shared dimensions.

Installation

npx dafink-ui add radar-chart

Requires: recharts

Demo

Props

NameTypeDefaultDescription
dataChartDataPoint[]-Array of data objects.
xKeystring-Key in each data object used as the category label around the radar.
seriesChartSeries[]-Polygons to render. Each entry has key, label, and optional color.
heightnumber240Chart height in px.
showLegendbooleantrueWhether to show the legend.
showGridbooleantrueWhether to show the background grid.
classNamestring""Extra classes applied to the container.