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
Hi
Some of the demos does not work well on IE11, e.g. https://d3plus.org/examples/d3plus-hierarchy/selecting-container/
it seems like the issue is String not supporting method 'includes'.
A workaround may be https://stackoverflow.com/questions/31119300/ie11-object-doesnt-support-property-or-method-includes-javascript-window
or https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes
The text was updated successfully, but these errors were encountered:
@ft-lie thanks for reporting. moved to d3plus/d3plus-dev#55 where it will be fixed
Sorry, something went wrong.
davelandry
No branches or pull requests
Hi
Some of the demos does not work well on IE11, e.g.
https://d3plus.org/examples/d3plus-hierarchy/selecting-container/
it seems like the issue is String not supporting method 'includes'.
A workaround may be
https://stackoverflow.com/questions/31119300/ie11-object-doesnt-support-property-or-method-includes-javascript-window
or
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/includes
The text was updated successfully, but these errors were encountered: