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
If you have null values in y, those show up as thin bars in Bar chart if you set an axis range that includes 0.
Here is a pen.
https://codepen.io/kei51/pen/KKwraMX
It doesn't happen on an older version of Plotly like 1.47.4.
https://codepen.io/kei51/pen/XWJypEO
The text was updated successfully, but these errors were encountered:
Thanks for reporting!
This should have been fixed as part of #4056 unless I'm missing something. @archmoj can you comment?
Sorry, something went wrong.
Hmm... this demo using #4056 renders OK. The problem should be caused by another PR in 1.48.0 Investigating...
Improved bug demo. This is only a problem in interactive mode. Download PNG works OK (does not show empty bars). Related to this block:
plotly.js/src/traces/bar/plot.js
Lines 193 to 201 in 8122c21
Thank you very much for the fix!
archmoj
Successfully merging a pull request may close this issue.
If you have null values in y, those show up as thin bars in Bar chart if you set an axis range that includes 0.
Here is a pen.
https://codepen.io/kei51/pen/KKwraMX
It doesn't happen on an older version of Plotly like 1.47.4.
https://codepen.io/kei51/pen/XWJypEO
The text was updated successfully, but these errors were encountered: