using two DateAxisSeries (on the x axis) with normal integer values ββon the y axis my jqPlot displays y-ticks twice.
Like this:
2|
2|
1|
1|
0|______________________________________
This leads to the fact that the values ββare not displayed correctly, except that this obviously should not happen.
Series 1: [["07.03.2012", 2], ["17.03.2012", 2], ["28.03.2012", 1]]
Series 2: [["01.03.2012", 1], ["08.03.2012", 1], ["14.03.2012", 1], ["24.03.2012", 1]]
source
share