Hi all,
I need to create a bar graph using php, the values of x-axis and y-axis are dynamic coming from database, Am trying my best to do it but finding it difficult. Has anyone done this or is there php library files for doing this.
Thanks,
Shakeeb
How to create Bar Graph with dynamic values in PHP
Moderator: General Moderators
-
markedagain
- Forum Newbie
- Posts: 1
- Joined: Tue Mar 02, 2010 9:57 am
Re: How to create Bar Graph with dynamic values in PHP
Hi google charts offers a great api for this and have used this many times.
http://code.google.com/intl/ja/apis/cha ... harts.html

http://code.google.com/intl/ja/apis/cha ... harts.html
Re: How to create Bar Graph with dynamic values in PHP
jPGraph is a useful PHP graphing library.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.