Hi,
Is there any way to get the current frame from an animated plot?
I know that
graph.on('plotly_afterplot', function() {}
runs after each frame updates the chart, but I would really like to capture frame name and data after a redraw.
I am doing this on the client side to build some interactivity with the plots in our use case.
Thanks!