The xaxis in my flot line charts can take an array of data up to but no more than 16 in length. The problem is when my data is less than 16, the x axis is spreading out to show the maximum value of whatever the length of the data array is.
Even if my data is say 4 in length, i'd still like to show 16 points on the xaxis.
I have tried various configs and nothing seems to be working :(
http://www.discussthemarket.com/ratings/
The graphs lower down have an x axis greater than the graphs nearer the top which have fewer items in the data. I'd like to consistently apply a fixed length of 16 to the x axis but am really struggling.