Code
Example of my problem: http://jsfiddle.net/x46RQ/
Goal
I want the graph to be a bar graph like so: http://jsfiddle.net/Lbd85/ but obviously with dates as the x axis. If I add my data into that fiddle, it messes up like the one listed above as seen here: http://jsfiddle.net/73G7Z/
Questions
- Why are all 3 days provided in the data variable not displaying?
- Why are the bars not lined up with their appropriate x-axis ticks?
- Why does changing the data and mode to time totally mess up what would otherwise be a functional and accurate bar graph?
Environment
- jQuery 1.7.1
- jQuery Mobile 1.0.1
- Flot 0.7
Thanks
Let me know if any additional information is required.