Make staticPlot work on 3d mess

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.

https://jsfiddle.net/nirajhirachan/6bhsfmkd/58/

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 */)