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
A difference in result between Plotly.newPlot and Plotly.react - the latter doesn't pick up changes in the DOM that affect autosizing the plot. It should, as these two methods should always yield the same result regardless of their histories.
A difference in result between
Plotly.newPlot
andPlotly.react
- the latter doesn't pick up changes in the DOM that affect autosizing the plot. It should, as these two methods should always yield the same result regardless of their histories.Original report: plotly/react-plotly.js#41
Probably just need to pull in the autosize handling from
relayout
intoreact
as well.The text was updated successfully, but these errors were encountered: