We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
codepen See console error.
The text was updated successfully, but these errors were encountered:
Replacing this.XDomainRequest with self.XDomainRequest in d3-v3 fork appears to fix the problem.
this.XDomainRequest
self.XDomainRequest
Sorry, something went wrong.
Is this to do with the changes we made to make things ES6-importable? Maybe there's a binding problem now?
It does not look like a regression. Only that right now everything is not E6 importable.
I only see the error in choropleth when using test_dashboard that uses es6-import.
choropleth
test_dashboard
es6-import
Successfully merging a pull request may close this issue.
codepen
See console error.
The text was updated successfully, but these errors were encountered: