Radar Chart
Used to display data as segments of a circular chart
AI TipWant to skip the docs? Use the MCP Server
Usage
import { Chart, useChart } from "@chakra-ui/charts"
import { Radar, RadarChart } from "recharts"<Chart.Root>
<RadarChart>
<Radar />
</RadarChart>
</Chart.Root>