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