I have seen some charts at some places on the internet, like at bravenet.com (when I was a member there and used their counter), and at some online games.
And I was just wondering...how to create and display a chart on the internet?
I only have some experience with Charts from Borland Delphi, never used Charts on the internet, but I thought I could try it...
I do know some php, and also a little bit Java, and if it's possible to create charts using those languages, then HOW?
Displaying a graphical chart on the internet
Moderator: General Moderators
you require stuff called GD library installed for your PHP. .. in other words your web server should have it installed with their PHP, as far as how to use it. . .
-
pootergeist
- Forum Contributor
- Posts: 273
- Joined: Thu Feb 27, 2003 7:22 am
- Location: UK
I'm currently working (well will be next break I get) on a class distro of the usual pie chart, line graph and bar chart as briefly detailed
here
which run under php with GD2+
The top one was written for a stock quote visualization application for some american broker - both need quite a bit of work to get them to distribution quality though.
Let me know if you want a gander at the code.
here
which run under php with GD2+
The top one was written for a stock quote visualization application for some american broker - both need quite a bit of work to get them to distribution quality though.
Let me know if you want a gander at the code.
Hi,
Yes PHP (GD) includes low-level graphics routines. And you can use shareware lbrary HPPlot: http://www.phplot.com to make things much yeasier. Well it isn't so impressive as Delphi tee-chart
, but also very good - and it allows you to do exactly what you are looking for.
Yes PHP (GD) includes low-level graphics routines. And you can use shareware lbrary HPPlot: http://www.phplot.com to make things much yeasier. Well it isn't so impressive as Delphi tee-chart
Regular Flash + Actionscript with PHP/mySQL backend should do the trick or the easier way, which i'm learning how...MING! =)
Ming = swf output library mod for PHP, check it out here: http://ming.sourceforge.net/index.html
Ming = swf output library mod for PHP, check it out here: http://ming.sourceforge.net/index.html