whybenormal
New Member
I have a chart that's dynamically populating multiple series (3). The x-axis is plotting datetime, value, so the data point looks like this - ['02/20/2013 13:35PM', '55']['02/20/2013 13:45PM', '75']['02/20/2013 14:15PM', '65']['02/20/2013 15:25PM', '85']The problem is that for a month's worth of data, we're getting approximately 50 data points, which means the x-axis has 50 labels. Is there a way to set the minRange so it's only a day, and there's one label on the x-axis for each day, but multiple points on the graph?When I set minRange = 86400000 it makes the report grind to a halt and freezes the browser, even with 30 data points. Help? Has anyone gotten this to work?