We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
A chart in shadow DOM https://codepen.io/opportunityliu/pen/poeXjmr A chart out of shadow DOM https://codepen.io/opportunityliu/pen/Rwpzrww
They are both applied same CSS transform
#plot { display: block; width: 50%; margin-left: 50%; transform: scale(2, 1); transform-origin: right; }
and looks similar
But when interacting with the plot, seems the plot in shadow DOM has wrong coordinate of mouse events.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
A chart in shadow DOM https://codepen.io/opportunityliu/pen/poeXjmr
A chart out of shadow DOM https://codepen.io/opportunityliu/pen/Rwpzrww
They are both applied same CSS transform
and looks similar
But when interacting with the plot, seems the plot in shadow DOM has wrong coordinate of mouse events.
The text was updated successfully, but these errors were encountered: