Generating Image Map with circle shapes

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
pjuckiewicz
Posts: 1
Joined: Wed Dec 07, 2011 9:04 pm
antibot: No, of course not.

Generating Image Map with circle shapes

Post by pjuckiewicz » Wed Dec 07, 2011 9:12 pm

I have a large bubble plot for which I am generating an Image Map using the ImageMapUtilities. I noticed that the circles of my bubble plot are represented as poly shapes, which contain a large number of coordinates compared to using the circle shape which only has three coordinates per shape. Is there a way to control this in JFreeChart somehow? There was nothing I could find in the API, so I figured it might be worth posting on the forum.

Any insight would be greatly appreciated. Thanks.

Locked