Wrong break in bar chart categroy labels when chart marginLeft is set #1580
Labels
Comments
The width style of the label in this case should fit the given marginLeft |
Setting the width style of the label helps. See http://jsfiddle.net/Q5vwR/3/ Should I interpret this as a workaround? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In a bar chart where marginLeft is set, long categroy labels get clipped on the left. It seems the automatic breaks area calculated wrong.
See http://jsfiddle.net/kzoon/Q5vwR/
Compare marginLeft: 130 and marginLeft: null
The text was updated successfully, but these errors were encountered: