5Sponsor

Pie Chart

Unicode block pie chart with legend

Terminal
pie-chart-demo
No opentui live preview is registered for this example yet.

Installation

pnpm dlx shadcn@latest add @termcn/pie-chart

Usage

import { PieChart } from "@/components/ui/pie-chart";
<PieChart
  data={[
    { label: "TypeScript", value: 45 },
    { label: "Rust", value: 25 },
    { label: "Go", value: 20 },
  ]}
  radius={6}
/>

API Reference

PieChart

PropTypeDefault
dataPieChartItem[]required
radiusnumber5
showLegendbooleantrue
showPercentagesbooleantrue