-
-
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
Safari: legend position will offset when zoom in #2963
Comments
@busyxiang Were you able to find a workaround or fix for this at all? |
@ryanklenk nope, still waiting for the dev team to fix this |
I do not know how to account for the discrepancy between where Safari thinks the legend elements are located and where they are rendered. In this example, Safari is indicating the bounding box of the black circle on the first legend item. We are currently testing |
Any progress on this? This is an annoying bug plaguing lots of apex charts users. Possibly moving out the legend from SVG or using idpaterson's workaround. |
I'm not seeing this glitch anymore. The CSS workaround is still in place in my implementation but it no longer has any effect because the legend has been moved outside of the SVG. Currently using apexcharts 3.37.2, perhaps it was fixed by 088ed12 which was included in 3.37.1 |
Due to the feedback from the community, this appears to have been fixed and is no longer an issue. I will be closing it as fixed. |
I can see the issue fixed in Version 3.37.2, but seems like some regression happened between 3.37.2 to 3.41.0 as I can see it started happening again. Can somebody please look into it? cc: @brianlagunas |
@busyxiang / @brianlagunas Can you please reopen this thread as I can see the issue getting reproducing in Version 3.41.0 ? Thank you! |
Do you have a codepen proving this? |
Link to the codepen with 3.41.0 version: https://codepen.io/Vaibhav-Singh-the-bold/pen/BaGJmjx cc: @brianlagunas |
Is there any way to solve this problem? |
Hello! |
Can someone mention the Safari version on which the bug can be reproduced? I am having a hard time reproducing it. |
Sure. |
I am experiencing this as well with apexcharts 3.54.1, and Sarari Version 17.6 (19618.3.11.11.5) |
Description
Safari browser will offset legends when zoom in
Steps to Reproduce
Expected Behavior
The legends' position should not offset when zoom in
Actual Behavior
The legends' position offset when zoom in
Screenshots
Reproduction Link
https://apexcharts.com/javascript-chart-demos/column-charts/basic/
The text was updated successfully, but these errors were encountered: