| Library: | JFreeChart 1.0.1 |
Hi.
I have a problem.
How can I generate an image in png or jpeg format from a servlet through a JFreeChart (TimeSeries) and then to send it to a jsp page?
I no find many helps on web.
I know only that in the jsp page I have to use the nama of the servlet in the src attribute
<img src=“servlet_name”>
but How can generate the image?
Someone can help me?