-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Stacked bar chart legend label alignment is off in Chrome #1855
Comments
Same with Chrome 97.0.4692.71. Not sure when exactly this broke but I am certain that this wasn't an issue before using this same code, so it must have been something that changed within Chrome. |
I think it is the new Chrome. One of the automated tests started failing in Chrome recently (the automated tests pull the latest Chrome). See #1852. The failing test is related to legend label positioning. |
Spacarar
added a commit
to geodav-tech/dc.js
that referenced
this issue
Jan 10, 2022
kum-deepak
added a commit
to kum-deepak/dc.js
that referenced
this issue
Feb 14, 2022
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Opening the stacked bar chart example in Chrome 96.0.4664.110 (Official Build) (arm64) on an M1 MacBook Pro, the labels in the legend are offset:
Same page opened on the same computer, but using Safari 15.1 (17612.2.9.1.20):
This must have been caused by a recent Chrome update, because I would have noticed this before in my code.
The text was updated successfully, but these errors were encountered: