-
Notifications
You must be signed in to change notification settings - Fork 22.9k
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
CSSStyleDeclaration undefined in IE9 (Chords) #599
Comments
You are missing the HTML5 DOCTYPE: <!DOCTYPE html> |
I still get this issue even though I have the |
See #660 (comment) |
If anyone is still facing the problem here is the solution: Add this 2 lines to your html file. ?meta http-equiv="X-UA-Compatible" content="IE=edge" /? Replace ? with < and >. Because github is removing the line so i have to edit it. If not IE doesn't understand the property CSSStyleDeclaration in your d3.js file. |
Thank you, this solution worked!! |
Dear,
For a project for my Master in Industrial Ecology I made use of d3 to create chord diagrams. It works perfectly fine in all browsers exept IE9. In IE10 it does work. Reading through the issues it seems as if it should have been resolved and since I am not a programmer I do not know how to solve this. Could you be able to help?
The website were it is embedded is: http://resourceatlas.tudelft.nl/tools/chords.html
Thanks in advance,
Jeroen
The error message:
Message: 'CSSStyleDeclaration' is undefined
Line: 7
Char: 3
Code: 0
URI: http://resourceatlas.tudelft.nl/css/chord_diagram/d3.v2.js
The text was updated successfully, but these errors were encountered: