We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This Pen https://codepen.io/nicolaskruchten/pen/VBmWLN?editors=0010 shows a Plotly.react call which should move the secondary x-axis but results in the old x-axis to remain in the plot.
Plotly.react
The text was updated successfully, but these errors were encountered:
Ok. Thanks for the report
Plotly.newPlot(gd, steps[0]()) Plotly.relayout(gd, { 'xaxis2.overlaying': 'free', 'xaxis2.domain': [0.37, 1] })
is enough to reproduce the bug also.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This Pen https://codepen.io/nicolaskruchten/pen/VBmWLN?editors=0010 shows a
Plotly.react
call which should move the secondary x-axis but results in the old x-axis to remain in the plot.The text was updated successfully, but these errors were encountered: