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

v2 beta Tooltips do not always fade away when mouse exits #2037

Closed
misinco opened this issue Feb 19, 2016 · 7 comments
Closed

v2 beta Tooltips do not always fade away when mouse exits #2037

misinco opened this issue Feb 19, 2016 · 7 comments
Milestone

Comments

@misinco
Copy link

misinco commented Feb 19, 2016

I have a page with 18 pie charts - 3 rows of 6. If you mouse over them "quickly" entering and exiting different charts, the tooltip does not always completely disappear.

image

@etimberg
Copy link
Member

Definitely looks like a bug. @tannerlinsley sounds like the animation never finishes properly

@misinco
Copy link
Author

misinco commented Feb 19, 2016

forgot to add that this was on windows in chrome, IE, and firefox.

@misinco
Copy link
Author

misinco commented Feb 23, 2016

I am unable to reproduce this when I use Chart.bundle.js instead of Chart.min.js.

@etimberg
Copy link
Member

Hmm, might be recent and we haven't updated the bundle yet.

If you turn off the tooltip animation, does it go away?

tooltip: {
    animationDuration: 0
} 

@misinco
Copy link
Author

misinco commented Feb 23, 2016

It appears to have more to do with whether the charts are animated or
not... even when using the Chart.min.js. I'm getting far more consistent
behavior with animation: false. With it on, I get the tooltips not going
away and charts do no appear until i resize the window.

On Tue, Feb 23, 2016 at 1:32 PM, Evert Timberg [email protected]
wrote:

Hmm, might be recent and we haven't updated the bundle yet.

If you turn off the tooltip animation, does it go away?

tooltip: {
animationDuration: 0
}


Reply to this email directly or view it on GitHub
#2037 (comment).

@etimberg etimberg added this to the Version 2.0 milestone Feb 27, 2016
@etimberg
Copy link
Member

I think I know where to look for this. Sounds like the animation of the 2nd chart needlessly stops the animation of the first one.

@etimberg
Copy link
Member

Fixed in #2129

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

No branches or pull requests

2 participants