Tooltip traversing with mouse pointer.

TeeChart for JavaScript for the HTML5 Canvas
Yeray
Site Admin
Site Admin
Posts: 9514
Joined: Tue Dec 05, 2006 12:00 am
Location: Girona, Catalonia
Contact:

Re: Tooltip traversing with mouse pointer.

Post by Yeray » Wed Jun 22, 2016 8:34 am

Hello,
SenSeo wrote:This solution is not working for me. I am having more than 4 pages and each page contains the tee chart graph with tooltip display. If I go with the body's mousemove event, it is working only for one page. For the remaining pages tooltip is not displaying. Is there any other solution available to fix this issue?
Does the proposed solution work in the simple example you posted above but not in the real project, or in none of them?
If only in the real - 4 pages - project, please try to arrange a simple example we can run as-is to reproduce the problem here.
Best Regards,
ImageYeray Alonso
Development & Support
Steema Software
Av. Montilivi 33, 17003 Girona, Catalonia (SP)
Image Image Image Image Image Image Please read our Bug Fixing Policy

SenSeo
Newbie
Newbie
Posts: 71
Joined: Wed Mar 09, 2016 12:00 am

Re: Tooltip traversing with mouse pointer.

Post by SenSeo » Fri Jul 01, 2016 11:14 am

Hello Yeray,

I got the solution. I used Div element mouseout instead of the document.body.

Thanks for your help.

Post Reply