OptionalactiveOptionalanimationOptionalanimationOptionalanimationOptionalblendWhether the individual slices should be surrounded by a stroke
OptionalclassclassName attached to each area
OptionalendThe endling angle for the pie slices (in degrees)
OptionalhideWhether to hide the current area.
OptionalinnerThe inner radius of the pie chart. Useful for making "donuts"
OptionalisWhether to animate values. recharts.org docs
OptionallabelA boolean indicating whether a label should appear or not
Or an object with key offsetRadius: number;
Or a component to render for the label
OptionallabelA boolean indicating whether a line connecting the pie chart to a label should appear or not Or a component to render for the line
Optionallegendthe type of icon to display in legends. recharts.org docs
Optionalnamekey to use for labels to appear in tooltips and legends. recharts.org docs
OptionalonOptionalonOptionalouterThe outer radius of the pie chart.
OptionalpaddingThe padding between slices (in degrees)
OptionalstartThe starting angle for the pie slices (in degrees)
Optionaltooltipwhat kind of tooltip to display for this area. Only seems to accept "none". Otherwise displays as normal.
The shape of the active pie slice See this example.