Search found 2 matches

by upjfree
Sat Dec 04, 2010 11:27 am
Forum: JFreeChart
Topic: Barchart Tooltip and URL
Replies: 6
Views: 16931

Re: Barchart Tooltip and URL

Hi All,

For the URL's to be enabled it is compulsory to save the Chart as an Image.
Only setting the StandardCategoryURLGenerator wont be enough.
Internally the charts are using image map technicality for displaying the URLS as part of Image.
by upjfree
Wed Dec 01, 2010 4:42 pm
Forum: JFreeChart
Topic: Barchart Tooltip and URL
Replies: 6
Views: 16931

Re: Barchart Tooltip and URL

Hi Raj, I am facing an issue with respect to generating URL's in case of Gantt Chart For the URL generation part, I have kept the below code. renderer.setBaseItemURLGenerator(new StandardCategoryURLGenerator("www.google.com")); This code should ideally create a link of google.com in each of the Bars...