using two DateAxisSeries (x-axis) with normal integer values on the y-axis my jqPlot renders the y-ticks twice.
Like this:
2|
2|
1|
1|
0|______________________________________
This causes the values being rendered not properly, except the face that this obviously shouldn't happen.
Serie 1: [["07.03.2012", 2], ["17.03.2012", 2], ["28.03.2012", 1]]
Serie 2: [["01.03.2012", 1], ["08.03.2012", 1], ["14.03.2012", 1], ["24.03.2012", 1]]