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
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.
This example: https://codepen.io/moomicorn/pen/WNmLZQd
That uses frames with
scattergltraces 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
scattertraces instead, it does work.