Investigating the cause of failure for `plotly_click` to work *sometimes* when animations are taking place. Tracing through things: 1. [`Fx.click` fires](https://github.com/plotly/plotly.js/blob/master/src/plots/cartesian/graph_interact.js#L1325) 2. [`gd._hoverdata` is `undefined`](https://github.com/plotly/plotly.js/blob/master/src/plots/cartesian/graph_interact.js#L1326) *sometimes* Investigating the further causes… cc @bpostlethwaite