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