I am using JQPlot to graph usage over time of an application. Currently I am trying to make each tick generated using DateAxisRenderer, which works wonderfully, except that because the dates hold data down to the millisecond, there are two identical ticks for each day, one representing 12:00AM and one 12:00PM. How can I consolidate these to make it just one tick for each day? Thanks!
Share
Try adding this inside your
xaxispreferences block: