I used to support a statistics page with neato little graphs, but I've stopped
doing so for two reasons. First, there are better logfile analyzers out there, so you can use those to get stats for your entire site. Second, it means users have to go find a graphics package, GD, and install it. In fact, GD recently dropped support for GIF (yay!). In a future release, I will simply remove the graphing code.
For now, if you *must* see the graphs, grab GD from the URL below, and
change statgraph.pm line 333 from 'print $image->gif()' to 'print $image->png()'. Thanks to JacksonDOTLoongATmotorolaDOTcom for the fix.
http://www.perl.com/CPAN/modules/by-category/18_Images_Pixmaps_Bitmaps/GD/
|