plotly.js
plotly.js copied to clipboard
ScatterGL throws ` TypeError: r[v] is undefined` when using frames
This example: https://codepen.io/moomicorn/pen/WNmLZQd
That uses frames with scattergl traces throws an error, Uncaught (in promise) TypeError: r[v] is undefined, and doesn't animate when the button is selected.
If you adjust the codepen to use scatter traces instead, it does work.
Original post can be found on the forum. Thank you @LiamConnors