score:1

Accepted answer

You just need to remove min restriction for y-axis.

    yAxis: [{
        // min: 0,
        ...
    }]

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

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


Related Query

More Query from same tag