Can't figure out how to hide the pie labels.
I've already tried these settings:
xAxis: {
labels:
{
enabled: false
}
},
yAxis: {
min: 0,
gridLineWidth: 0,
title: {
text: ''
},
labels:
{
enabled: false
}
},
but looks like it doesn't work.
You set that in the plotoptions for the pie chart, not the axis :
FIDDLE