Hi, I have been trying to make the static 3d graph. When ever I put the staticPlot:true, the whole graph disappear. Can someone please guide me. Thank you very much.
Yeah, that’s a known issue: https://github.com/plotly/plotly.js/issues/457
I’d recommend using
Plotly.toImage(gd).then(img => /* use that img as your "static" image */)