-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
polyfill missing stuff for IE #1507
Comments
They are easy to polyfill; just grab whatwg-fetch and promise-polyfill from NPM, and include the libraries in your page before the use of d3.fetch. I tried this on the main page and IE works again. I'm now looking into how to conveniently add it to all the pages (or at least those that use Fetch). I guess none of our tests use Thanks @sgavathe for the report! |
@gordonwoodhull Thanks for giving a solution to it! The polyfill fixes for IE does makes sense. |
Fixed all examples in dc.js; will now proceed to dc-js/dc.datatables.js#7 |
There are a few remaining arrow functions and |
this function is quite useful and it's used by sunburst I think it's worth the bloat here for #1507
boxplot and sunburst examples now work - the |
dc.js 3.* still supports IE, sad as it is.
D3v5 introduced a couple of ES6 library dependencies, Fetch and Promise. We should include polyfills on all our pages so that they still work in IE.
The text was updated successfully, but these errors were encountered: