I've got a web tool that I've written that helps my group debug things from our voluminous debug logs. I've done some nice HTML stuff, but I'd really like to draw some histograms and other simple images.
Most of my digging has led me to the GD libraries, which are not installed by default. If necessary, I'll do that, though it doesn't look fun.
Is there something simpler that I'm missing? Something that's already installed as part of Mac OS X Server (Snow Leopard)? I want to draw some straight lines of varying lengths and colors on an XY axis. Ideally, I'd like to have an imagemap, too, with tooltips and hot areas (clickable).
Thoughts?