Search found 2 matches

by tfritsch
Fri Jan 26, 2007 4:46 pm
Forum: JFreeChart
Topic: JSF Chart Creator
Replies: 89
Views: 397629

Tooltips from JSF chartcreater component

First things first - Cagatay, thanks so much for all of the hard work in delivering the JFreeCharts via JSF (and thanks to David for delivering JFreeCharts). The JSF model simplifies their use for web applications greatly! I see that you've implemented a usemap attribute in the component, which from...
by tfritsch
Tue Apr 13, 2004 6:35 pm
Forum: JFreeChart
Topic: Creating a ImageMap from An Image
Replies: 4
Views: 11463

Use a bean to generate Chart and ImageMap?

I'm trying to do something similar - and also having problems... Is it possible to have a bean (stored in the Request object) that creates the chart one time and stores it, and then provides methods to retrieve the Chart or Image Map information? This bean could be referenced from within a JSP to ge...