-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Text is cut off on bars where textposition=outside #2001
Comments
Yes, this is the same issue as #2000 - closing this one, we will make sure the fix handles both scatter and bar traces. |
Has the bug been Fixed or not yet? I recently use Dash to plot bar chart, the cut off problem still exists. |
In case some one stumbles across this, use the |
for a bar chart the only thing that works for me is calculating the max value and multiplying the max by 1.1 to extend the range. Hope this gets fixed. |
I found a useful workaround! If you add the label as an annotation instead of texposition outside it will not get cut off :) |
When drawing a bar plot with
{ textposition: outside }
the text of the highest values is sometimes cut off:
JSFiddle: https://jsfiddle.net/vuqugx8v/
The text was updated successfully, but these errors were encountered: