I am creating a HighChart with a plotLine in it. The plotLine has a fixed value, while the data can vary between charts.
HighChart scales the y-axis automatically ba
You could simply set the max attribute to the max value you will have:
yAxis: { max:650 //HERE plotLines... },