-
Notifications
You must be signed in to change notification settings - Fork 327
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
Mouseover Position wrong when char is in a scaled div #550
Comments
Thanks for the bug reporting! |
Don't think is a so simple problem. I tried to work on it on apex charts, but didn't have time to finish it. Problem is, not only "transform" css property has an effect, also "zoom". Then also the chart could be hosted in a webcomponent, wich need to be thought of. |
This issue has been automatically marked as inactive because there hasn’t been much going on it lately. It is going to be closed after 7 days. Thanks! |
thx |
Describe the bug
Host the chart in a div wich has a scale applied (for example transform: scale(1.5) then when you move the mouse over the chart, the position is wrong.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Mouse position should be correct
The text was updated successfully, but these errors were encountered: