1

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: enter image description here

But when I try the same with a bar chart, the result is a mess:

enter image description here

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.

Chatyeux
  • 66
  • 5
  • possible duplicate of [jqPlot date axis - bars drawn on wrong day?](http://stackoverflow.com/questions/8126484/jqplot-date-axis-bars-drawn-on-wrong-day) – explunit May 30 '14 at 15:30
  • No, the dates are correct. Every value has his label correctly assigned. If you watch them carefully, they have 5 minutes difference with each other, what is right. – Chatyeux Jun 02 '14 at 07:23

0 Answers0