Page 1 of 1

How to create Bar Graph with dynamic values in PHP

Posted: Tue Mar 02, 2010 8:22 am
by shakeeb
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

Re: How to create Bar Graph with dynamic values in PHP

Posted: Tue Mar 02, 2010 10:05 am
by markedagain
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

Image

Re: How to create Bar Graph with dynamic values in PHP

Posted: Tue Mar 02, 2010 12:36 pm
by pickle
jPGraph is a useful PHP graphing library.