sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Type alias PieSeriesLabels

PieSeriesLabels: SeriesLabelsBase & { percentageLabels: PiePercentageLabels; showCategory: boolean; showValue: boolean; textStyle: Omit< TextStyle, "pointerEvents" | "textOverflow" >; }

PieSeriesLabels.percentageLabels

percentageLabels?: PiePercentageLabels

Configuration for percentage labels Percentage labels are shown on top of series slices Styling from series labels are not applied to percentage labels

PieSeriesLabels.showCategory

showCategory?: boolean

Boolean flag that defines if the category should be shown

Default

true

PieSeriesLabels.showValue

showValue?: boolean

Boolean flag that defines if value should be shown in series labels (if not specified, default is determined by chart type)

PieSeriesLabels.textStyle

textStyle?: Omit< TextStyle, "pointerEvents" | "textOverflow" >

Styling for labels text

Last Updated: