Skip to main content



      Home
Home » Archived » BIRT » Mouse out event not working in BIRT chart(Does Mouse out event work in BIRT chart?)
Mouse out event not working in BIRT chart [message #1022277] Thu, 21 March 2013 11:41 Go to next message
Eclipse UserFriend
Hi,

My mouse out event is not working when I move the mouse from that specified position i placed my cursor. I wrote a script and set the display to none for the tooltip . But tooltip still remains same untill i move to other bar in chart.

My invoke script doesn't seem to be working for mouse out event in chart interactivity.

My script is
function Hidetooltip()
{
Pp = document.getElementById("Popup");
Pp.style.display="none";
}

I called this script in Chart-> Format chart->Value Y series-> Interactivity->mouse out event-> invoke script-> Hidetooltip() as invoke script fx


Can any one suggest something?

Thanks in advance
Re: Mouse out event not working in BIRT chart [message #1022544 is a reply to message #1022277] Fri, 22 March 2013 01:04 Go to previous message
Eclipse UserFriend
Are you writing the script to show the tooltip? Or are you using the standard tooltip option? If you set up your own, can you attach a sample report I can run with this set up, so I can test? Thanks.
Previous Topic:Layered PDF output with BIRT
Next Topic:How to set axis tick labels?
Goto Forum:
  


Current Time: Mon Apr 21 02:07:24 EDT 2025

Powered by FUDForum. Page generated in 0.04042 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top