Description
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.