-
-
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
RangeX stream event doesn't trigger the event after update to v1.15 #5381
Comments
A git bisect shows that #5265 is the culprit. (git commit: |
Yes, that is definitely the culprit. That I don't think we should simply roll that back. It will be more difficult to fix this properly but I think it's worth it. |
Could you report your current panel version? I can't reproduce with latest holoviews + panel. |
I still see the problem here is my versions:
|
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. |
holoviews v1.15
Here is the example code, I create two DynamicMaps that share X axis and Y axis range, If I change the X axis range with PAN or ZOOM tools to one of the plots, both X axis range of the two plots are changed synchronized. The RangeX stream then trigger the callback functions to update the Curve's data. In holoviews 1.14.9, both of the two curves are changed, but after updated to v1.15, only the plot with mouse event are changed.
Here is the screen shot after zoom out the first plot:
Here is the screen shot of v.1.14.9, both of the two Curves are updated:
further more, the response speed of 1.14.9 is better then 1.15.
The text was updated successfully, but these errors were encountered: