-
-
Notifications
You must be signed in to change notification settings - Fork 404
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
DynamicMap hover tool does not update with chosen variable #3609
Comments
Thank you, this is indeed a bug. Originally HoloViews did not support changing the dimensions of an element, this changed a long time ago but it seems like we never implemented updates to the HoverTool tooltips. |
This still doesn't work if one tries to use a custom tooltip instead of the default one. Changing slightly the previous example:
Makes value not to update. I think this is related to the way the issue was implemented. There's an |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Migrating from SO.
The following code creates a DynamicMap allowing you to choose from two variables:
However, the hover tool continues to show the value for var1 even when plotting var2.
Correct behavior for var1:
Incorrect behavior for var2:
The tooltip still shows the var1 value of 0.2, but it should read 1.
What's going on here?
The text was updated successfully, but these errors were encountered: