Radial Chart

Concentric arcs showing multiple percentage metrics at once.

Install

npx shadcn add @clearly/radial-chart

Preview

Usage

import { RadialChart } from "@/components/ui/radial-chart"

<RadialChart />

Every Clearly component also accepts glass (subtle·medium·strong), specular and className.

Props

PropTypeDefaultDescription
dataArray<{ category: string; value: number }>Bars with category and numeric value.
configChartConfigRecharts color/label config keyed by category.
maxValuenumber100Domain maximum for the radial axis.