-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
X Axis labels disappear starting in version 1.54.6 #5053
New issue
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
Comments
Thanks @madpoptart Is the x axis categorical? Instead of download, can you screenshot your app (or at least the plot)? The only relevant PR I see in v1.54.6 is #4977 but we'll need more info on exactly what kind of plots this happens on before we can find the right fix. |
Thanks for the report. |
Hi @archmoj I forked the codepen you shared |
First off I would like to apologize for not having example code to share. I just wanted to make a note so the information and testing I have done is not lost.
We started using plotly.js with an Angular 9 project recently and discovered that when zooming in/out, auto scaling, and resetting axes the X labels would disappear. The project uses angular-plotly.js": "2.0.0" to create components out of the graphs.
We started with the latest version of plotly: "plotly.js": "1.54.7" and saw the issue appear. I then moved the version to 1.53.0 and the problem disappeared. I then slowly moved up the versions until it reappeared at version 1.54.6.
Version 1.54.5 seems to work correctly so there is something between 1.54.5 and 1.54.6 that is causing the issue.
I attempted to download plots as a png but the x axis appears to be intact rendering them useless for the purpose of demonstration.
The text was updated successfully, but these errors were encountered: