I want to show the labels in last level (which is 3) in Sunburst Highchart outside . Is it possible to achieve? . I tried using distance parameter and many more methods, but it didn't work .
Unfortunately, the sunburst doesn't have implement this logic which pie has. I recommend using dataLabels.rotation as a solution to set datalabels.
dataLabels: {
y: -75,
rotation: 0,
x: -15,
}
Live demo: https://jsfiddle.net/BlackLabel/akryx2o7/3/