score:28

Accepted answer

If you can't set a max, you can set a minRange

yAxis: [{ // Primary yAxis
            min: 0,
            minRange: 0.1,

http://jsfiddle.net/tZayD/


Related Query

More Query from same tag