I'm trying to implement a plot (bar and line) that includes y-axis error bars. From the docs all I can see is support for error bands which aren't really appropriate for non-sequential data I am plotting. I have hacked the OHLC renderer to give a kind of error bar (I set the open and close values to my data value and the high/low values to that +/- the error), but what I want to do now is overlay the OHLC series on top of either the barchart or line chart.
Is this possible with jqplot? Or is there a better way to get error bars onto a bar/line plot?