-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Label is not appearing on bar chart #448
Labels
Comments
I close this in favor of #165 which is similar. |
Can you please re-open ? It's not really similar to #165 and meganhng has put out a PR that fixes this, the code just forgot a special case when values are 0. We've been using her fix in production for months |
the PR #454 fixes the issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The label doesn't appear on bars with 0 height, but has a value that is greater than 0. I need this value to show on the 0 height, and I was wondering if there is a work around for this issue.
The text was updated successfully, but these errors were encountered: