venki1439 Report post Posted September 25, 2013 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
venki1439 Report post Posted September 26, 2013 Pls guys help me know it very urgent Share this post Link to post Share on other sites
Guest Sumedh Report post Posted September 27, 2013 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