Back to Components
Charts
Pie Chart
Pie or donut chart with legend and percentage labels.
PropsUsage ExampleVariations
Revenue mix100%
Product52%
Services28%
Partners20%
Dependencies
- clsx
- tailwind-merge
Files
- components/ui/pie-chart.tsx
Installation
Using shadcn CLI
npx shadcn add pie-chart --url https://ui.hampton.ioManual installation
Copy the component file to your project and install dependencies:
npm install clsx tailwind-mergeRelated Charts Components
Bar Chart
Simple bar chart with labels, values, and optional horizontal layout.
Bar Chart Simple
Basic bar chart with vertical or horizontal layouts.
Chart Container
Wrapper component with title, subtitle, legend slot, and responsive chart area.
Donut Chart
Ring chart with centered value and label.
Leaderboard
Ranked list with positions, avatars, scores, and optional trend badges.
Line Chart
Line chart with multiple series, points, labels, and optional area fill.