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
We are planning on introducing a lower level Plotly.react call which will power this component. It will be smart about applying updates. That way users will not have to think in terms of efficiently applying the plotly.js API and think only about sending in new data.
Good news! The Plotly.react method is implemented in plotly.js version 1.34.0 and this React wrapper already takes advantage of it, so just upgrade plotly.js and things should be more reactive!
This should address most or all cases where restyle or relayout would have been useful, although I'd love to know if this doesn't meet your needs.
Activity
bpostlethwaite commentedon Dec 27, 2017
We are planning on introducing a lower level
Plotly.react
call which will power this component. It will be smart about applying updates. That way users will not have to think in terms of efficiently applying theplotly.js
API and think only about sending in new data.It will be arriving sometime in 2018 Q1.
cc @alexcjohnson
nicolaskruchten commentedon Jan 23, 2018
See #2 for followup on
Plotly.react
nicolaskruchten commentedon Feb 12, 2018
Good news! The Plotly.react method is implemented in plotly.js version 1.34.0 and this React wrapper already takes advantage of it, so just upgrade plotly.js and things should be more reactive!
This should address most or all cases where
restyle
orrelayout
would have been useful, although I'd love to know if this doesn't meet your needs.