I can find plot bands, but I cannot find how to plot lines.
I can also add a plotband to the valueAxis like this:
However this requires me to add a from and a to. This doesn't exist. i just want a simple line plotted at a particular value.
Can anyone help? I have a link to Highcharts where they show an example of how they do it (addPlotLine): http://www.highcharts.com/studies/dynamic.htm
I can also add a plotband to the valueAxis like this:
valueAxis: { plotBands: [{ from: 0.4, to: 0.4001, color: "red" }] }Can anyone help? I have a link to Highcharts where they show an example of how they do it (addPlotLine): http://www.highcharts.com/studies/dynamic.htm