Open MarcSkovMadsen opened 3 years ago
On one hand this looks a bug but on the other hand, I think that you can't optimize for every use case which means we would need user facing settings to customize how quickly events are processed/debounced etc per plot. As such I think this is more of a feature request.
This should be filed upstream in bokeh, we cannot control event gesture event handling at the HoloViews level.
Actually maybe @jlstevens is right and this is down to the debouncing window, worth checking.
@philippjfr did you get a chance to check whether it was down to debouncing? At any rate, I'll assign this to v2.0.
I'm trying to help a user create a clickeable heatmap https://discourse.holoviz.org/t/updating-heatmap-pixel-value-on-click/2759/14.
I can see that if I click the heatmap twice quickly, only the first click is catched.
This makes updating the heatmap slow.
In the video I first do a double click quickly. Then slowly. There is a difference.
https://user-images.githubusercontent.com/42288570/132083954-cee6e443-6a1e-4dd6-8f0c-f89595d03a78.mp4