Graphing utilities

Ye' old general discussion board. Basically, for everything that isn't covered elsewhere. Come here to shoot the breeze, shoot your mouth off, or whatever suits your fancy.
This forum is not for asking programming related questions.

Moderator: General Moderators

Post Reply
User avatar
Bill H
DevNet Resident
Posts: 1136
Joined: Sat Jun 01, 2002 10:16 am
Location: San Diego CA
Contact:

Graphing utilities

Post by Bill H »

I have googled for this and looked at a bunch of products, but thought I'd get input from you folks on what your experience has been.

I'm looking for a utility to extract data from a MySQL database and present line and bar graphs online. The graphs need to be of a quality that looks professional and attractive, but no need for flash or flashiness. Just a nice crisp busineslike appearance. Free would be nice, of course, but my client is willing to pay a reasonable price, and he likes me well enough that he will go along with ease of use being a higher priority than low cost.

Of course all the packages I've seen claim that a fifth grader can use them without reading the instructions, but I'm not certain that I'm as smart as a fifth grader, and I don't know how to read instructions, so...

Has anybody had experience with any such utilities?
User avatar
onion2k
Jedi Mod
Posts: 5263
Joined: Tue Dec 21, 2004 5:03 pm
Location: usrlab.com

Re: Graphing utilities

Post by onion2k »

JPGraph is the best PHP+GD method of making them. It's relatively straightforward to use, and there's lots of documentation.

Or there's Google Charts... http://code.google.com/apis/chart/ ... They're pretty easy to use, look great, and they're very quick to load, but obviously you'd be relying on an external service so if it changes you'd need to update your code.
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Re: Graphing utilities

Post by alex.barylski »

I second the Google API if you don't need/want Flash.
User avatar
Bill H
DevNet Resident
Posts: 1136
Joined: Sat Jun 01, 2002 10:16 am
Location: San Diego CA
Contact:

Re: Graphing utilities

Post by Bill H »

Thanks, guys, I'm checking those out now.
Post Reply