I'm about to start working on a PHP application that allows a user to track their progress on a day to day basis.
I'm looking for a good graphing library, preferably PHP and or Javascript (JQuery would be good) which will allow me to name each bar on a bar graph with a date (10 Feb, 11 Feb, 12 Feb, etc.) probably on it's side or at a 45 degree angle, or something that will have the day number at the bottom of each bar with the month under the 1st of each month) The time span for each graph will be range from 1 - 3 months, but if there is something that can handle larger time frames that would be good too.
I'm assuming this is a common problem, and that there is a common best practice way to do this. I'd prefer to use bar charts rather than an line graph (like stack over flows reputation tracker)
Any ideas? I've looked at JpGraph and Graphpite and neither of them look very nice. I don't mind one that is flash integrated, so long as I can feed it data from my php script.