Sign in to follow this  
venki1439

Tool tip issue

Recommended Posts

i have two multi series 2d bar chart in jquery dialog box when i opened every thing is coming fine even tool tip also but when i close the dialog box still the tool tip is not going off.

 

 

Thanks in advance

 

It very urgent

Share this post


Link to post
Share on other sites
Guest Sumedh

Hello Venki,

 

Apologies for the delay.

 

As a work-around for this scenario, you would need to to add following line of code to remove the tool-tip element just before loading the jQuery Dialog box.

 

Ref. Code:

document.getElementById("fusioncharts-tooltip-element").innerHTML=" "; 

 

Also, this issue has been fixed internally, you will get the fix in next version.

 

Hope this helps!

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this