-
Notifications
You must be signed in to change notification settings - Fork 11.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
Multiple multi-line data labels and vertical spacing/line-height #4292
Comments
@smogg do you have a fiddle that reproduces this? |
@etimberg yup, it was posted in the original message after the picture, here it is again: https://jsfiddle.net/ncfs4164/6/ |
Sorry, missed that. Thanks for posting it again |
@smogg Did you manage to handle the issue? |
Line-height issue related to #4379 as well. Are there any plans to allow for configuration of line height? Has anyone found a solution? Ideally we'd be able to vertically-align labels, but adjusting line height might also help with my issue: |
Got the same issue and would love to have vertical align for (multiline-)labels. Any plans or updates on this? |
Any workaround for this? |
Creating a
horizontalBar
chart with many multiple-line labels on the left causes (visually) incorrect vertical spacing between them, if the chart is not tall enough. I've tried to properties insidebeforeFit
/afterFit
callbacks but no success so far.Current Behavior
https://jsfiddle.net/ncfs4164/6/
Expected Behavior
User should be able to manually set the spacing (or label's
lineHeight
?) between lines inside a multi-line label.The text was updated successfully, but these errors were encountered: