Re: Graphics / Pie Charts

2005-05-07 Thread Jason Dixon
On May 7, 2005, at 7:56 PM, Ron Savage wrote: DBD::Chart I second this recommendation. Stupid easy to use. -- Jason Dixon DixonGroup Consulting http://www.dixongroup.net

Graphics / Pie Charts

2005-05-07 Thread Ron Savage
DBD::Chart -- Cheers Ron Savage, [EMAIL PROTECTED] on 8/05/2005 http://savage.net.au/index.html Let the record show: Microsoft is not an Australian company

Re: Graphics / Pie Charts

2005-05-07 Thread Tom Schindl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, 1. Perl-based: Use SVG and then convert them using Image::LibRSVG to generate PNGs 2. Use PHP and the great module Image_Graph module from http://pear.veggerby.dk/samples/ Tom David Hofmann schrieb: | In order to provided stat data on my companies w

Re: Graphics / Pie Charts

2005-05-06 Thread Foo Ji-Haw
You can try ImageMagick. Very nicely done. David Hofmann wrote: In order to provided stat data on my companies website my boss has asked me to write a program that pulls stat data from our database and display it on a page in graphs and pie charts. He'd like the program to hand the abilty to up

Re: Graphics / Pie Charts

2005-05-06 Thread Jay Scherrer
Both GTK+ and Perl::TK work really well. Using Perl GTK+ can actually manipulate graphics through the Gimp. Jay Scherrer On Fri, 2005-05-06 at 15:34 -0400, David Hofmann wrote: > In order to provided stat data on my companies website my boss has asked me > to write a program that pulls stat data

Re: Graphics / Pie Charts

2005-05-06 Thread Jeff Ambrosino
If, by chance, you also have use for a general purpose templating system, I've had great luck with Template-Toolkit (www.template-toolkit.org.) Among [many] other things, it embeds GD so you can write little templates that slurp in the data and produce graphics with graphs, charts, etc. The learn

Re: Graphics / Pie Charts

2005-05-06 Thread Hans Poo
I don't know if it's too much for a posting but, i 've just build a module under mod_perl to do just that, i call whenever i need a pie chart. You call it like this: First you put a handler in httpd.conf: -- SetHandler perl-script PerlHandler UB::Gra

Re: Graphics / Pie Charts

2005-05-06 Thread Sam Tregar
On Fri, 6 May 2005, David Hofmann wrote: > Someone recommend that I use GDGraph-1.43. Looking at it there > hasn't been an update since 2003. So before I go play with it I > figure I ask here if anyone has done and graph stuff, and if there a > better module to use under mod perl. I asked a simil

Graphics / Pie Charts

2005-05-06 Thread David Hofmann
In order to provided stat data on my companies website my boss has asked me to write a program that pulls stat data from our database and display it on a page in graphs and pie charts. He'd like the program to hand the abilty to up the minute request, so I have to generate them on the fly. The