-
Notifications
You must be signed in to change notification settings - Fork 399
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
SVGElement offsetWidth/offsetHeight deprecated #80
Comments
Thanks for reporting. |
Should we expect a fix before deprecation? Thank you. |
I had a quick look at this when it was reported, it seems to be due to asking jQuery for the dimensions of a SVG element. I figured if I wait a while they might just fix it for me on their end! |
Totally make sense. |
Guess not ;-) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With line charts, these lines are causing the following warnings in Chrome 48:
(jquery.js:5819)
You'll probably get the same for bar charts.
The text was updated successfully, but these errors were encountered: