We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://stackoverflow.com/questions/51849320/chartjs-tooltips-disappear-when-calling-chart-update
I have the goal of showing a tooltip on a near real-time chart that is updating constantly.
Using the standard tooltips in the chartjs library, calling Chart.update() will destroy the tooltip.
chartjs
Chart.update()
In the example here, if the user is hovering the chart, and the graph is updated, the tooltip goes away.
Note: if I change the chartjs version to 2.5.0, there is no issue. It appears to be a bug in 2.7.2
2.5.0
How do I prevent this behavior?
The text was updated successfully, but these errors were encountered:
2.7.0 works 2.7.1 is broken
Sorry, something went wrong.
Duplicate of #4991
No branches or pull requests
https://stackoverflow.com/questions/51849320/chartjs-tooltips-disappear-when-calling-chart-update
I have the goal of showing a tooltip on a near real-time chart that is updating constantly.
Using the standard tooltips in the
chartjs
library, callingChart.update()
will destroy the tooltip.In the example here, if the user is hovering the chart, and the graph is updated, the tooltip goes away.
Note: if I change the chartjs version to
2.5.0
, there is no issue. It appears to be a bug in 2.7.2How do I prevent this behavior?
The text was updated successfully, but these errors were encountered: