tooltip not showing on StackedBarChart

A discussion forum for JFreeChart (a 2D chart library for the Java platform).
Locked
span07746
Posts: 6
Joined: Tue Mar 31, 2009 3:42 pm

tooltip not showing on StackedBarChart

Post by span07746 » Mon Apr 06, 2009 8:59 pm

Hi,

Anybody has idea why tooltip not showing on StackedBarChart? The imageMap was produced with text in "overlib" but when
mouse moves over, it won't show anything.

It is ok for other charts even "Chartfactory.createBarChart3D".


Thank,
span07746

span07746
Posts: 6
Joined: Tue Mar 31, 2009 3:42 pm

Re: tooltip not showing on StackedBarChart

Post by span07746 » Tue Apr 07, 2009 1:49 pm

I found the problem. Just a minor mistake.
The tooltips working for StackedBarChart.

Sorry!
span07746

njrfrens
Posts: 9
Joined: Mon Mar 16, 2009 6:18 am

Re: tooltip not showing on StackedBarChart

Post by njrfrens » Tue Apr 07, 2009 1:58 pm

Hi... Can you please share your code which is displaying tooltips... I'm also having the same problem and posted here http://www.jfree.org/phpBB2/viewtopic.php?f=3&t=27731

Locked