Tooltips without Labels/ImageMap
-
- Posts: 6
- Joined: Thu Aug 19, 2004 10:41 am
Tooltips without Labels/ImageMap
Hi, is there a way to display tooltips in a Pie3D chart without showing labels or incorporating an imagemap? I do not wish to clutter up the chart area with labels and while I can set the imagemap to link to the current page itself, I would prefer to be able to display the chart via a JSP which shows only tooltips when the user moves the mouse cursor over one of the Pie sections. Any help is greatly appreciated.
With displaying the image through a browser (JSP) it's impossible to display sectional tooltips without an image map.
You can however, remove the labels.
Just set the label generator as such:
You can however, remove the labels.
Just set the label generator as such:
Code: Select all
plot.setLabelGenerator(null);