I am trying to use jqplot to print charts with hundreds of values, with dates as x-axis values.
I have no problem if I use a linear chart, the x labels are well distributed and spaced:
But when I try the same with a bar chart, the result is a mess:
I guess, and I have been searching for an example, if there is a way to distribute the dates labels in a barchart the same way you can make it with a linear chart.
Some information: for the barchar I use "renderer: $.jqplot.CategoryAxisRenderer, tickRenderer: $.jqplot.CanvasAxisTickRenderer," and for the linear chart I use "renderer: $.jqplot.DateAxisRenderer, tickRenderer: $.jqplot.CanvasAxisTickRenderer".
Thank you very much.