Donut
constDonut:ForwardRefExoticComponent<PieComponentProps&RefAttributes<ChartRef>>
Defined in: index.tsx:252
Donut chart React component. Equivalent to <Pie donut />.
Tune donutWidth (0 to 1) for ring thickness; lower values produce a thicker ring.
Example
<Donut data={traffic} mapping={{ labelField: 'source', valueField: 'visits' }} donutWidth={0.55}/>