You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the codepen https://codepen.io/emmanuelle-plotly/pen/QWWyjxg?editors=0011 and try to zoom using the mouse wheel. One would expect one property of the figure to be updated, such as scene.camera.eye or scene.aspectratio, but none of them changes.
In perspective projection, the scene.camera.eye is updated when wheel-zooming.
At the moment it is not possible to dump to JSON a figure which has been zoomed and then to reproduce it because the information about the zoom is not included.
The text was updated successfully, but these errors were encountered:
Thank you @archmoj ! At the moment is there any way to retrieve this property in Dash? Using a clientside callbck in Javascript maybe? (I'm not familiar with this, just asking)
See the codepen https://codepen.io/emmanuelle-plotly/pen/QWWyjxg?editors=0011 and try to zoom using the mouse wheel. One would expect one property of the figure to be updated, such as
scene.camera.eye
orscene.aspectratio
, but none of them changes.In
perspective
projection, thescene.camera.eye
is updated when wheel-zooming.At the moment it is not possible to dump to JSON a figure which has been zoomed and then to reproduce it because the information about the zoom is not included.
The text was updated successfully, but these errors were encountered: