We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
plotly
Learn more about funding links in repositories.
Report abuse
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
doAutoRangeAndConstraints attempts to take the min/max of the string representation, breaking autorange / reset axis.
https://codepen.io/Toumetis/pen/eoGogx
My fix is here, please review. Toumetis@dc9b25e
The text was updated successfully, but these errors were encountered:
Thanks very much for the report!
At first glance, your commit looks right. Would you mind making a PR? For bonus point, you could try adding a data/layout mock to lock down the behavior (see https://github.com/plotly/plotly.js/tree/master/test/image#c-generate-or-update-existing-baseline-image for more info)
Sorry, something went wrong.
Add image test for plotly#3770
393330a
5eddd04
Successfully merging a pull request may close this issue.
doAutoRangeAndConstraints attempts to take the min/max of the string representation, breaking autorange / reset axis.
https://codepen.io/Toumetis/pen/eoGogx
My fix is here, please review. Toumetis@dc9b25e
The text was updated successfully, but these errors were encountered: