score:2

Accepted answer

What you are probably looking for is the offset attribute of the yAxis. I would suggest you to try something like:

yAxis: {
  /*
  ...
  */,
  offset: -30
},

See this documentation for more details.


Related Query

More Query from same tag