I would like to prevent plot updates when user is rotating/moving chart.
As you can see in example below, when updates are frequent and user drags slowly, the view is constantly being restored to the starting camera position.
Do you have some idea how to do this? I am using timer for plot updates and would love to have some way to know if the mouse button is being pressed at the time and return no_update in such a case.