Servlet and Combined Chart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Eldar Lyn

Servlet and Combined Chart

Post by Eldar Lyn » Wed May 22, 2002 1:42 pm

I'm new to JFreeChart and i'm looking for creating a combined chart (xychart) thanks to a servlet. I want to know if it's possible, and if yes, if someone has already try and can show me a sample of his code

Thx

Andrew Perepelytsya

Re: Servlet and Combined Chart

Post by Andrew Perepelytsya » Wed May 22, 2002 3:30 pm

Yes, it is possible. You have all the code required. See the standalone java demo programs source code. The only difference for servlet is at the end of the day you would like to use smth like ChartUtilities.writeAsPNG(your_chart,....)

See the docs ;)

Locked