score:3

Accepted answer

The border is actually there, but is hidden beyond the axis min, it seems.

If you set a min as slightly less then zero, and set startOnTick to false, the border will appear:

yAxis: {
 min:-.1,
 startOnTick:false,
} 

Related Query

More Query from same tag