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
-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
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
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
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
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
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