A discussion forum for JFreeChart (a 2D chart library for the Java platform).
-
harshanagesh
- Posts: 12
- Joined: Fri Jan 06, 2006 1:36 am
Post
by harshanagesh » Sun Jan 15, 2006 2:22 am
Hi,
We have some charts for which we are trying to generate tooltips. Following the code in the cewolf examples, we tried to get an XYToolTipGenerator for the graph. The tooltip does not show up in Firefox browser for my application, but it comes up in IE. The cewolf example works fine in both browsers. Any idea how we can resolve/debug this issue?
-Harsha
-
Guest
Post
by Guest » Wed Feb 15, 2006 1:26 pm
Do you have the overlib.js script included? This is apparently needed to render tooltips in firefox
-
dougclayton
- Posts: 6
- Joined: Tue Feb 14, 2006 10:56 pm
Post
by dougclayton » Wed Feb 15, 2006 6:09 pm
Actually, as long as the image maps are generated with the "title" attribute (not the "alt" attribute), they work in Firefox fine, without the overlib.js file. You just have to make sure you use StandardToolTipTagFragmentGenerator.
-
Jyothy
- Posts: 17
- Joined: Fri Mar 24, 2006 6:46 am
Post
by Jyothy » Tue Mar 28, 2006 12:32 pm
I could generate tooltipsin mozilla after i added overlib.js
but my problem is i am not able to generate graphs in IE it gives script error runtime error.
Please Help!
Jyothy