alignTo property
Alignment method for data labels. Possible values are:
-
plotEdges
: Each label touches the nearest vertical edge of the plot area. -
connectors
: Connectors have the same x position and the widest label of each half (left & right) touches the nearest vertical edge of the plot area.
API Docs: https://api.highcharts.com/highcharts/series.variablepie.dataLabels.alignTo
Implementation
String? alignTo;