On Tue, 15 Jun 2004 12:31:35 +0200, Jens Frank jeluf@gmx.de wrote:
Personaly, I'd like to avoid using client side Java. jmdraw uses the java.awt Canvas class to draw, which looks like a client only component to me, but I'm not that familiar with Java.
You don't need to display a java.awt.Canvas to draw upon it; it should be available server-side without any problems. As I recall, PieSpy (http://www.jibble.org/piespy/) also uses similar techniques to output pretty graphs.
But if you tweak the thing around a little, I hope you can have it making PNGs instead of GIFs, of course. :)