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
Servlet and Combined Chart
Re: Servlet and Combined Chart
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
See the docs
