-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Heatmap Yaxis offset labels don't work #2033
Comments
It seems to me this doesn't work at all. I'm using it on Angular11 and the yaxis.labels.offsetY option does not do anything in my heatmap. I was able to work around this, tho, with the style.cssClass option and a global style with translateY(3px). I guess this was necessary because for Angular Material's Roboto font the labels were not correctly aligned by themself. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
It is still reproduced. |
@EduardChernyak I will reopen this issue since you reported this is still an issue for you. |
It seems like the offset is still present (reproduction link in op). Its growing bigger as the series getting larger. However i'm slightly concerned about labels positions |
nevermind, looks like parsing style attribute did the trick |
Bug report
HEATMAP: yaxis --> labels --> offsetY doesn't work for Heatmap with large amount of rows.
Codepen
https://codepen.io/Cambie/pen/wvWQoKR
Explanation
I would want to see the labels aligned with their respective rows
with a big amount of rows the labels start to lose the alignment
none
The text was updated successfully, but these errors were encountered: