I've used the pChart library (http://pchart.sourceforge.net/) and
quite like it. Beautiful graphs, easily customisable, generates an
image via gd on the server, built in caching. Nice if you'd prefer to
limit the amount of js or flash on your page. Lots of examples and
source on their sourceforge page.

Jeff Ballweg
www.jeffballweg.com

On Oct 2, 12:26 am, Yuri Yarlei <[email protected]> wrote:
> Hi,
>
> You could use phpgraf and ajax to recharge the graphic or use some xml/swf
> graphic script (some of these already have the option to recharge), and they
> are easy to use.
>
> Yuri Yarlei.www.yuriyarlei.net(under construction)
> Programmer PHP, CSS, Java, PostgreSQL;
> Today PHP, tomorrow Java, after the world.
> Kyou wa PHP, ashita wa Java, sono ato sekai desu.
>
> 2009/10/1 Newbie <[email protected]>
>
>
>
>
>
> > Hi all,
>
> > Does anyone have an example of a PHP script that can do filled line
> > graph?
>
> > Basically, for example, if I want to graph network traffic on a weekly
> > basis and by the hour, my Y-axis will be network traffic 0 -100 and my
> > X-axis will be the the hours of the day 0 - 23 in 30-minute interval
> > and I want to plot the data as filled line graph.
>
> > The graph will obviously be overlapping each other, so I need to be
> > able to click on Monday and the Monday graph data will be highlighted,
> > if I click on Tuesday, the Tuesday graph data will be highlighted and
> > so on.
>
> > Any suggestion will be very much appreciated. Thanks in advance.

--~--~---------~--~----~------------~-------~--~----~
NZ PHP Users Group: http://groups.google.com/group/nzphpug
To post, send email to [email protected]
To unsubscribe, send email to
[email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to