PDA

View Full Version : PHP Bar/Line charts



Zaid_W1red
February 23rd, 2007, 07:29 AM
Can anyone recommend any good classes for generating bar/line charts?

Free/open source would be great but im willing to pay at a reasonable rate!

Zaid

evildrummer
February 23rd, 2007, 07:36 AM
Heres a list of a few: http://www.hotscripts.com/search/14254118.html

... also you will get more replies in the PHP forum

Zaid_W1red
February 23rd, 2007, 07:38 AM
oops..I thougth id posted in the PHP forum :S

Can a mod move this for me???

Thanks for the link ...I found those myself earlier, was just looking for recomendations from people who'd used some...thanks man ;)

evildrummer
February 23rd, 2007, 07:42 AM
I havent used any pre-packaged ones, how big is the amount of data your using? If its small just google around and theres a ton of tutorials and you could make a custom class.


I might build a class myself, but it would take a while to make it extremely dynamic and usable

Zaid_W1red
February 23rd, 2007, 07:44 AM
Its not a massive amount of data, but I'd like tons of flexibility and don't have time to write something myself unfortunately :0(

Ill shop around dude ...btw where are u based?

evildrummer
February 23rd, 2007, 07:45 AM
South of England

bigmtnskier
February 23rd, 2007, 05:30 PM
I'm not quite sure what you are looking for, but, you might want to check out Sparklines: http://sparkline.org/. It doesn't have anything fancy like axes, but you can tell it to display the value of a point on the graph. It's really nice for simple graphs and it is easy to use. Best of all, it's open-source.