views:

33

answers:

1

I tried to plot data useage per day using jqplot along with its dateaxis renderer, the data was static to test the graph, but i found that the points on graph is not corresponding to the exact date on the grid.

Is there a better tool out there to do this more accurately ? I need to render light and interactive graphs on browser using javascript.

A: 

I've been using the data axis renderer for months -- no bugs or problems. I did run into problems because times in JS are measured in milliseconds.

David Eads