Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tooltip is not destroyed chart update #3165

Closed
defme opened this issue Aug 18, 2016 · 3 comments · Fixed by #4840
Closed

tooltip is not destroyed chart update #3165

defme opened this issue Aug 18, 2016 · 3 comments · Fixed by #4840

Comments

@defme
Copy link

defme commented Aug 18, 2016

Hi,
if tolltip is shown with any hover/tooltip mode and for some reason chart redrawn (for example, data change and update call) then tooltip for old data will be still on chart until mouse move even if there is no datapoints under cursor's x.

@etimberg
Copy link
Member

Should be reasonably easy to clear the tooltip on update. I feel like this might cause issues for other users if they update on mousemove and want the tooltip to remain. This would need to be an opt in feature

@SimonDevelop
Copy link

SimonDevelop commented Sep 16, 2016

I have the same problem, I update my chart line with MyLine.update();
But don't old tooltip of datapoints.

@Goury
Copy link

Goury commented Apr 26, 2017

Is there any way to just update the tooltip?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants