Stepplot and errorbars sync fix
authorwimme <wim@wimme.net>
Mon, 13 Aug 2012 20:52:42 +0000 (23:52 +0300)
committerwimme <wim@wimme.net>
Mon, 13 Aug 2012 20:52:42 +0000 (23:52 +0300)
commit82dd90c5fc5dc188fc10f150704e34501e137dcf
tree21fc15bc8e361573efec9eb7c0c956eb2c5affe8
parent42a9ebb8f492d2541a3904894447a7c74ba4cfd5
Stepplot and errorbars sync fix

The 1st error bar wasn't been drawn on stepplots, instead the script started with drawing the horizontal line of the 2nd error bar which was then shown under the 1st value, the 3rd error bar was drawn under the 2nd value, etc, what resulted in an incorrect graph.

Demo:

Without the fix:
http://wimme.net/temp/dygraphs1/index.htm
http://wimme.net/temp/dygraphs1/weather.htm
Notice how the error bars and the line charts are not in sync, the error bar is one value ahead

With the fix:
http://wimme.net/temp/dygraphs2/
http://wimme.net/temp/dygraphs2/weather.htm
Here are the error bars and the line charts nicely in sync, the way it should be.
dygraph-canvas.js