# Type alias PieSeriesLabels
PieSeriesLabels:
SeriesLabelsBase& {percentageLabels:PiePercentageLabels;showCategory:boolean;showValue:boolean;textStyle:Omit<TextStyle,"pointerEvents"|"textOverflow">; }
#
PieSeriesLabels.percentageLabelspercentageLabels?:
PiePercentageLabelsConfiguration for percentage labels Percentage labels are shown on top of series slices Styling from series labels are not applied to percentage labels
#
PieSeriesLabels.showCategoryshowCategory?:
booleanBoolean flag that defines if the category should be shown
# Default
true#
PieSeriesLabels.showValueshowValue?:
booleanBoolean flag that defines if value should be shown in series labels (if not specified, default is determined by chart type)
#
PieSeriesLabels.textStyletextStyle?:
Omit<TextStyle,"pointerEvents"|"textOverflow">Styling for labels text