score:1

You can add a next dummy point with defined x position:

data: [{
  x: -1,
  y: 180
}, 180, 180, 180, 180],

and set the xAxis.min as 0.

Demo: https://jsfiddle.net/BlackLabel/2kvsgfd4/


Related Query

More Query from same tag