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

Fix reference to distanceBetweenPoints #6962

Merged
merged 1 commit into from
Jan 14, 2020

Conversation

benmccann
Copy link
Contributor

Closes #6960

@bjones526
Copy link
Contributor

@benmccann thanks for responding so quickly! Is there additional work to get the custom tooltip callback working? Happy to help out if needed.

@benmccann
Copy link
Contributor Author

benmccann commented Jan 14, 2020

Not that I'm aware of just to get it working (though I haven't tested). However, I think it could be made massively faster. The issue is that right now the chart is redrawn whenever you move the mouse. However, this doesn't really need to happen if you've disabled the built-in tooltip and are using a custom html tooltip.

@etimberg etimberg merged commit 02279b3 into chartjs:master Jan 14, 2020
@etimberg etimberg added this to the Version 3.0 milestone Jan 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

custom tooltip callback receives "undefined" instead of the tooltip model
4 participants