score:1

Accepted answer

Use softMax instead of max property:

    yAxis: {
        min: 0,
        softMax: 100,
        ...
    }

Live demo: https://jsfiddle.net/BlackLabel/Lgvn0ux8/

API Reference: https://api.highcharts.com/highcharts/yAxis.softMax


Related Query

More Query from same tag