Hello!
I'm going to have some reports in my web application which will produce something like this from a db
Month Entries
--------------------
Jan 100
Feb 200
Mar 400
Apr 300
etc
Presenting this to the user as a table is obviously not a problem - anyone have any ideas on how I could present them a pie chart or something?
Thanks
Mark
I'm going to have some reports in my web application which will produce something like this from a db
Month Entries
--------------------
Jan 100
Feb 200
Mar 400
Apr 300
etc
Presenting this to the user as a table is obviously not a problem - anyone have any ideas on how I could present them a pie chart or something?
Thanks
Mark