-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Formatting y tick #974
Comments
This might be related with #982 We have exactly same issue. Manually setting the padding doesn't work because the font size changes between breakpoints. |
Sorry for this issue, it's a bug. I think this was fixed by this commit 4140ceb and it's been released as |
I don't think so. I tried larger font size, but it seems working. |
Tested with rc5 and same issue. Here's the fiddle. http://jsfiddle.net/qqqptmdx/2/ I also noticed you are doing your own calculation code for tick text and exploding it out over multiple tspan if you believe it will not fit. I am sure this is not an uncommon problem, so you might want to explore the idea of using independent open source piece of code. |
Thanks for the detail. As I investigated, |
OK. I can live with making that change in my css. |
When formatting the y tick the sizing of the chart is not correct. At the moment the tick label is cut off. Notice how the dollar sign is cut off.
The text was updated successfully, but these errors were encountered: