-
-
Notifications
You must be signed in to change notification settings - Fork 78
Labels on X axis disappear on bar chart during window resizing #136
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
hello @zyzhu, it looks like it's an issue with Do you mind opening the issue in the https://github.com/plotly/plotly.js repo? |
Thanks. Found a similar issue there and bumped my case. Close this issue here. |
The only workaround I could come up with for this was like this:
HTML
TS
|
I followed the example here to create a basic bar chart
https://plotly.com/javascript/bar-charts/
When I drag browser window, the labels on x axis will disappear during chart resizing. See repro on stackblitz link below
https://stackblitz.com/edit/angular-ivy-r3w5lj
plotly.js version: 1.57.0
plotly.js bundle: basic
angular-plotly.js version: 3.0.0
angular version: 10.0.9
The text was updated successfully, but these errors were encountered: