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
I've recorded the issue, might need to replay it a few times - http://recordit.co/fzDIRlNv6m. What's happening that on the button press the Plotly.animate() method is called with a layout change (no data change), the yaxis.range change is being animated, but the xaxis.range just gets reset to some weird dates (can see the labels at the bottom) and then set to the correct range instantly after the y-axis has been animated.
I tried passing in various date time representations (Date.getTime(), Date.toISOString() and the Plotly's yyyy-mm-dd HH:MM:SS.ssssss format).