Highchart's own donut chart example does not display the yAxis. Link below:
Part of the code related to the yAxis that does not show up on the chart:
yAxis: {
title: {
text: 'Total percent market share'
}
},
Is it possible to have a donut or a pie chart with a visible yAxis?