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
Updating the second x-axis or either y-axis in the CodePen example below leads to e.g. axes overlapping (updating the first x-axis appears to work fine).
(there is at least some superficial similarity to #2347)
When calling relayout(gd, {yaxis: {title: 'new title'}} you're effectively clearing the all the other set attributes in yaxis (in your case that includes yaxis.domain).
Updating the second x-axis or either y-axis in the CodePen example below leads to e.g. axes overlapping (updating the first x-axis appears to work fine).
(there is at least some superficial similarity to #2347)
CodePen
The text was updated successfully, but these errors were encountered: