Tooltip « JFreeChart « JSP-Servlet Q&A





1. JSP - DWR - Servlet - Tooltip    jfree.org

2. How to create StackedXYbarchart Tooltips on JSP?    jfree.org

Hi, In StackedXYBarchart how we can create the Tooltips on JSP page ? event though , the Area ,Barcharts & Line charts has methods like the following, BarRenderer renderer = new BarRenderer(); renderer.setToolTipGenerator(new StandardCategoryToolTipGenerator()); Not able to find any specific methods for StackedXYBarcharts. is there any Method / way to generate the Tool tip for StackedXYbarchart in JSP page? we are ...