jfreechart « URL « JSP-Servlet Q&A





1. Generating URL's for Pie Chart's Section Label using JFree Chart API    stackoverflow.com

How to generate URL's for labels for Pie Charts using JFree Chart package.We can extend the PieSectionLabelGenerator but i would need examples to show how. Please advice! Thanks in Advance!

2. Problems to show tooltips and url links into Servlet Image    jfree.org

Problems to show tooltips and url links into Servlet Image by josram77 Wed Aug 01, 2007 4:05 pm I'm checking the possibilities to generate a standard servlet to generate charts online. Firstly i'm trying with a demo from JFreeChart manual. Servlet Code: Code: Select all import java.io.IOException; import java.io.OutputStream; import javax.servlet.Servlet; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import ...

4. Tooltips and URLs and JSP    jfree.org