Carregando…
Carregando…
Carregando…ECharts pie chart (filled slices, no hole) with segments and legend.
Pie Chart — filled slices with legend
$ npx kikitocn add pie-chart@/lib/utils@/lib/echartsimport { PieChart } from "@/components/ui/cn/pie-chart/PieChart";
export function PieChartExample() {
return (
<PieChart />
);
}| Prop | Tipo | Padrão | Descrição |
|---|---|---|---|
segments* | PieSegment[] | — | Fatias: { label, value, color? } |
size | number | 160 | Diâmetro do círculo em px |
showLegend | boolean | true | Exibe legenda das fatias |
className | string | — | Classes CSS extras |
style | React.CSSProperties | — | Estilos inline extras |