flot - line chart error
问题 I'm trying to plot a line graph using flot and I'm having some troubles. Admittedly I'm very new to flot. My data array is loaded from ajax calls. I think I have the data in the right format but when my page loads I'm getting an error in jquery.flot.js. Here is my javascript to load the float graph. I'm in particular looking for some advice on my x-axis specification. I don't think I have it specified right. i.e. I don't understand ticks and what they are in relation to the graph. I've shown