PieChart
Pie and donut chart using D3 pie layout. Supports exploded slices, rounded/spaced arcs, labels with connector lines, gradients, and custom label rendering.
Import
import { PieChart, PieArcSeries, PieArc, PieArcLabel } from 'reaviz';
PieChart Props
| Prop | Type | Default | Description |
|---|---|---|---|
data | ChartShallowDataShape[] | [] | Chart data |
width | number | auto | Width in pixels |
height | number | auto | H |
[Description truncada. Veja o README completo no GitHub.]