Displaying graphs on html pages

Displaying graphs on html pages

am 30.03.2008 00:43:08 von R C V

hi,
can someone advice me on how to go about drawing graphs based on
data points returned from a SQL query and displaying them on a html
page.
Any pointers will help.

Thanks,
R C

Re: Displaying graphs on html pages

am 30.03.2008 01:36:13 von ljb

rssv99@gmail.com wrote:
> hi,
> can someone advice me on how to go about drawing graphs based on
> data points returned from a SQL query and displaying them on a html
> page.
> Any pointers will help.

http://phplot.sourceforge.net (disclaimer: currently my project)

http://graphpite.sourceforge.net/
Which I think is now at: http://pear.php.net/package/Image_Graph

Re: Displaying graphs on html pages

am 30.03.2008 01:40:20 von petersprc

Hi,

Try Image_Graph (pear.veggerby.dk) or for Flash-rendered graphs try
FusionCharts (fusioncharts.com/free).

Regards,

John Peters

On Mar 29, 7:43 pm, R C V wrote:
> hi,
> can someone advice me on how to go about drawing graphs based on
> data points returned from a SQL query and displaying them on a html
> page.
> Any pointers will help.
>
> Thanks,
> R C