Mouse out event not working in BIRT chart [message #1022277] |
Thu, 21 March 2013 11:41  |
Eclipse User |
|
|
|
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
|
|
|
|
Powered by
FUDForum. Page generated in 0.03206 seconds