Is it possible to show values of points below the points name, for example -
South -East Asia
1258
My fiddle - https://jsfiddle.net/sachinpsingh/o0t61pzx/
You can do this by changing the format of the dataLabels like this:
dataLabels: {
enabled: true,
format: '{point.name}<br/>{point.value}'
},
Working JSFiddle example: https://jsfiddle.net/ewolden/o0t61pzx/12/