URLGenerators

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
dorseywright
Posts: 4
Joined: Tue Feb 05, 2008 5:41 pm

URLGenerators

Post by dorseywright » Thu Mar 26, 2009 7:46 pm

Sorry if this is a newbie question, but I'm looking to be able to click data points on a Scatter Plot chart and have them link out to various URLs. Should the StandardXYURLGenerator take care of that provided that I pass it the right information?

Thanks!
Chuck

david.gilbert
JFreeChart Project Leader
Posts: 11734
Joined: Fri Mar 14, 2003 10:29 am
antibot: No, of course not.
Contact:

Re: URLGenerators

Post by david.gilbert » Fri Mar 27, 2009 6:02 pm

Yes, as long as you are creating an HTML image map (there's no other place where the URLs get used at present).

Locked