Allow options to customize the pie, funnel, doughnut and pyramid chart data label connector.
number
Allows to specify the rotation angle to data label.
Defaults to 0
PivotChartBorderModel
Allows to set the border to data labels.
Allows custom connector of the pie, funnel, pyramid and doughnut chart data label.
Defaults to null
boolean
Allows to set whether rotation to data label is enable or not.
Defaults to false
string
Allows to set the background color of the data label accepts value in hex and rgba as a valid CSS color string.
Defaults to ‘transparent’
PivotChartFontModel
Allows to customize the font of data labels.
AccumulationLabelPosition
Allows to specify the position of the data label. They are,
Defaults to ‘Outside’
number
Allows to set the roundedCornerX for the data label. It requires border
values not to be null.
Defaults to 5
number
Allows to set the roundedCornerY for the data label. It requires border
values not to be null.
Defaults to 5
string
Allows custom template to show the data label. Use ${point.x} and ${point.y} as a placeholder text to display the corresponding data point.
Defaults to null
boolean
Allows to set the visibility of data label to the series renders.
Defaults to true