Need to find a way to represent a graph with error bar, but it seems that it's not supporting in the highchart
at the moment. My plan is to use a stack column bar chart with 0 to lower Y as transparent, and lower Y to upper Y with a red color or whatever I am gonna pick later.
My question is:
Is it possible limit the stack column bar width to say 1px regardless the zoom level in highchart?
Thanks for the input!
Just figured out this myself. pointWidth is the parameter to set the width for bar width. Also the walk around is nice for represent the error bar since there aren't any highly interactive javascript chart support this type of chart yet.