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
When opening a plotly figure from a file the `this.node.offsetWidth`
and `this.node.offsetHeight` values are 0, which causes an error in
`Plotly.toImage`. Add guards to not call `Plotly.toImage` unless
width and height are positive numbers.
0 commit comments