Page 1 of 1

Line Graph

Posted: Thu Mar 09, 2006 2:54 am
by mickd
I am guessing that this is going to be complicated but i was wondering what i should look into if i was to create a line graph in php based on database values without having to create the image literally a jpg for example then display it.

By the way, as this is a learning experience i would prefer to not be given a link to a premade 20 billion line script :wink:

Any help appreciated!

Posted: Thu Mar 09, 2006 3:38 am
by s.dot
sounds like a project using GD

Posted: Thu Mar 09, 2006 4:11 am
by Benjamin
You can do it with css. It might be a little bit advanced for some but it can be done and it looks great.

Posted: Thu Mar 09, 2006 5:19 am
by mickd
does GD actually allow you to make the graph without first creating the image and then displaying the image?

Posted: Thu Mar 09, 2006 7:38 am
by Chris Corbyn
mickd wrote:does GD actually allow you to make the graph without first creating the image and then displaying the image?
Have you looked into JPGraph ? Can't remember the website but it's the top hit on Google for "JPGraph" ;)