piechart « JFreeChart « JSP-Servlet Q&A





1. Creating pie chart in JSP    jfree.org

Hi there, I am in the process of installing JFreeChart but am a little unsure of how to create a pie chart within JSP. Is the chart generated within the JSP using data that has for example been retrieved from the session, or is the chart created within the web appplication and then passed to the JSP via the servlet. I ...

3. Piechart using servlets    jfree.org