Stacked Area Graphs with Image Map

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

Stacked Area Graphs with Image Map

Post by Michael Joyce » Mon Nov 04, 2002 10:20 pm

Hi,

I haven't managed to find a way to create an image map for a stacked area graph. Is this feautre currently inmplemented?


Regards,

Michael

Jun Hu

Re: Stacked Area Graphs with Image Map

Post by Jun Hu » Mon Nov 04, 2002 11:44 pm

if you can generate image correctly but has no tooltip and imagemap, probably you have the same problem that I had before, try to write your own render... The key point is you have to generate the tooltip and imagemap with the image... Check my post before, hope it helps

Dave Gilbert

Re: Stacked Area Graphs with Image Map

Post by Dave Gilbert » Tue Nov 05, 2002 9:45 am

Hi Michael,

I recently added basic support for chart entities to the StackedAreaCategoryItemRenderer class. This will make it possible to generate HTML image maps, and will be included in version 0.9.5.

Regards,

DG

Locked