Ben Jeffery

Results 132 comments of Ben Jeffery

I put the check in `componentDidUpdate` as you still need a `render` without a `newPlot` if `...other` props (for style etc.) have changed. A check could be added to `shouldComponentUpdate`...

@rreusser Sadly I'm getting a `403` for your URL http://plotly.rickyreusser.com/animation.html But I've found https://github.com/rreusser/animation-experiments so I'll check those out.

> is there a solution for this?. As the plot automatically re-draws when any the data object changes. i.e an x-axis data point. Not without significant work. I'm no longer...

Thanks for the PR, I'm a little wary of merging this as `cloneDeep` can be very expensive. I begrudgingly added it to layout as it tends to be limited in...

Many thanks for looking into this. @savitakartik Could you run the above code on the cluster?

Hi @gtsambos, is this PR still something you're working on?

Thanks @gtsambos! I was just having a little spring-clean so no worries.

Yeesh 32bit tests are failing hard. Will investigate.