Hi, I have a problem to update data in 3d surface plot in plotly JS. I would like to build 3d surface plot, which will be updated with new data in time (like a streming data). How should I do it correctly to update data in the plot without a refreshing setting of the camera?
Edit:
I would like to build smh like https://plot.ly/create/ -> surface plot. There I can change data in the array (like excel) to automatically refresh the plot. How to do smh like this?
@etienne Thank you for your response, yes I tried restyle() with resetting camera position. But here https://plot.ly/create/ it works properly - so maybe it is possible to do it?