I am creating a financial pie chart using HighCharts that represents asset allocation. My goal is to create a chart that represents the actual allocation values in each sli
We can set negative value to distance attribute within dataLabels, which will show text inside the slice
distance
dataLabels
slice
plotOptions: { pie: { dataLabels: { distance: -30 } } }
DEMO
Output :