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
The issue seems to be when you have a plot with a coloraxis attribute set and you try and relayout the plot to a size smaller than that axis size. I would expect that it may not draw it, but it shouldn't break the plot.
I've made a codepen that captures this issue: https://codepen.io/mofojed/pen/WNYNpBv
The issue seems to be when you have a plot with a
coloraxis
attribute set and you try and relayout the plot to a size smaller than that axis size. I would expect that it may not draw it, but it shouldn't break the plot.Steps to Reproduce:
Medium
andLarge
buttons to see the plot resize successfully between medium/large plotsSmall
buttonMedium
andLarge
buttons againExpected Results:
3. Plot is resized to a small plot
4. Plot is resized back to a medium/large size
Actual Results:
3. Plot is not resized, error is thrown in the console
4. Plot no longer resizes, and appears to be completely broken.
The text was updated successfully, but these errors were encountered: