Pie Chart image map

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
Don Mitchell

Pie Chart image map

Post by Don Mitchell » Wed Feb 19, 2003 12:55 am

I'm using a pie chart with an image map so I can click on a slice of the pie and go to a new URL. However, I have multiple categories and slices so I see several pies each divided.

The URL that is generated only tells me which slice was selected, not which series it is in. Is this a bug or is there a way to know which pie and which slice were clicked?

Thanks,
Don

David Gilbert

Re: Pie Chart image map

Post by David Gilbert » Wed Feb 19, 2003 1:19 pm

Hi Don,

It is a bug, I think. Two features (tooltip/URL generation and multiple pie charts based on a CategoryDataset) developed independently but not yet working well together. Can you add a bug report on SourceForge?

Regards,

Dave Gilbert

Locked