I tried to plot data useage per day using jqPlot
along with its DateAxisRenderer
, the data was static to test the graph, but I found that the points on graph are 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
.