-
Notifications
You must be signed in to change notification settings - Fork 77
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
Does not work with d3.v4 #15
Comments
Does anyone know if this or some other implementation of parsets has been ported to v4? |
This was easily fixed by adding rebind from v3 into the code:
|
After fixing the rebind and functor stuff, the next problem I run into is with the code in the example:
|
I'm really interested in that "beautiful implementation" too. Any progress @Sigfried? |
I think I got it working after considerable futzing, but I'll need to look around for it when I get a chance. |
Error: Uncaught TypeError: d3.rebind is not a function when run against
<script src="https://d3js.org/d3.v4.min.js"></script>
in d3.parsets.js line 428
The text was updated successfully, but these errors were encountered: