Generates a pie chart from an array of data, each datum must have an id and a value property. Note that margin object does not take radial labels into account, so you should adjust it to leave enough room for it.
The responsive alternative of this component is ResponsivePie
.
This component is available in the @nivo/api
, see
sample or
try it using the API client.
You can also see more example usages in
the storybook.
See the dedicated guide on how to setup legends for this component.
Chart data, which should be immutable.
'id'
ID accessor which should return a unique value for the whole dataset.
'value'
Value accessor.
Optional formatter for values.
Chart width.
Chart height.
'Depends on device'
Adjust pixel ratio, useful for HiDPI screens.
Chart margin.
0
Start angle (in degrees), useful to make gauges for example.
360
End angle (in degrees), useful to make gauges for example.
true
If 'true', pie will be optimized to occupy more space when using partial pie.
0
Donut chart if greater than 0. Value should be between 0~1 as it's a ratio from original radius.
0
Padding between each pie slice.
0
Rounded slices.
false
If 'true', arcs will be ordered according to their associated value.