Skip to content

Pie

const Pie: ForwardRefExoticComponent<PieComponentProps & RefAttributes<ChartRef>>

Defined in: index.tsx:230

Pie chart React component. Use Donut for the ring variant.

Example

<Pie data={traffic} mapping={{ labelField: 'source', valueField: 'visits' }} />