yAxis: {
title: {
text: null,
},
labels: {
format: "{value}%"
},
max: 100,
tickInterval: 20
}
If I add it to yAxis as an array it does work, but according to Highcharts docs this should only be needed if there are multiple axes. http://api.highcharts.com/highcharts#yAxis