in reply to Best module for generating Pie Charts and Bar Graphs

There's also PNGgraph, but it's not specifically designed for on-the-fly web generation so it would require more coding from you than Apache::GD::Graph would.

Is there some particular reason you are requiring PNG format instead of allowing some other browser-safe format?

  • Comment on Re: Best module for generating Pie Charts and Bar Graphs

Replies are listed 'Best First'.
Re: Re: Best module for generating Pie Charts and Bar Graphs
by jweed (Chaplain) on Jan 31, 2004 at 04:44 UTC
      PNG's cool for browsers. Really cool.
      That IE hack sure does have some UGLY code, though. I much prefer the way Mozilla/Firebird handle things.
Re: Re: Best module for generating Pie Charts and Bar Graphs
by scottj (Monk) on Jan 31, 2004 at 08:35 UTC
    Is there some particular reason you are requiring PNG format instead of allowing some other browser-safe format?
    I'm working on graphs and charts for an intranet site. Everybody at this very small company uses the latest and greatest browsers. The can all handle PNG. And then I just kind of prefer it, too. ;-)