Carregando…
Carregando…
Carregando…SVG donut/pie chart with segments, legend and optional center label/value.
$ npx kikitocn add donut-chart@/lib/utilsimport { DonutChart } from "@/components/ui/cn/donut-chart/DonutChart";
export function DonutChartExample() {
return (
<DonutChart />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
segments* | DonutSegment[] | — | Fatias: { label, value, color? } |
size | number | 160 | Diâmetro do donut em px |
strokeWidth | number | 28 | Espessura do anel em px |
showLegend | boolean | true | Exibe legenda das fatias |
centerLabel | string | undefined | Texto secundário no centro |
centerValue | string | number | undefined | Valor principal exibido no centro |
Donut Chart — segments with legend and center value