Hi all,
Got everything working fine chart demo and servlet demo created a piechart ok. Does any body have any sample code on how to create a servlet showing a pie chart, to get me started on servlets.
Much appreciated
Ian
Servlet code
Re: Servlet code
Hi Ian,
There's a brief introduction to servlets in the JFreeChart Developer Guide. It has a small example showing how to return a chart embedded in an HTML page.
A bigger demo (written by Bryan Scott) is available on the project page at SourceForge - it is for a slightly older version of JFreeChart, but the principles haven't changed:
http://sourceforge.net/projects/jfreechart
Hope that helps,
Dave Gilbert
There's a brief introduction to servlets in the JFreeChart Developer Guide. It has a small example showing how to return a chart embedded in an HTML page.
A bigger demo (written by Bryan Scott) is available on the project page at SourceForge - it is for a slightly older version of JFreeChart, but the principles haven't changed:
http://sourceforge.net/projects/jfreechart
Hope that helps,
Dave Gilbert