d3 / d3-sankey

Visualize flow between nodes in a directed acyclic network.

Home Page:https://observablehq.com/collection/@d3/d3-sankey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IE 11 issue

shivasai09 opened this issue · comments

Hi,
we are not able to load the d3-sankey in IE11.

could you please let us know what polyfills we need support d3-sankey in IE11.

i believe d3-sankey using some of the api which are not supported by IE11

ping on this one

@gordonwoodhull i see that release notes mentioned only for-of, will it resolve the issue if i add only plugin for this feature or is it possible that there might be other new es6 features

It is a language feature and can’t be polyfilled; as the release notes say, you need to stick with the earlier version or transpile.