I\'m trying to draw a chart with a single datapoint each month. I\'m sending this through to jqPlot as a single point on the first of each month:
$.jqplot(\'
tickInterval:'1 day' works. You can try:
tickInterval:'1 day'
xaxis: { renderer: $.jqplot.DateAxisRenderer, rendererOptions: { tickRenderer: $.jqplot.CanvasAxisTickRenderer }, tickOptions: { formatString: '%b' }, tickInterval: '1 day' }