-
Notifications
You must be signed in to change notification settings - Fork 123
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
Can you update to d3 version 4? #11
Comments
Hi, @one2gov Trying to do upgrading in my own project found some issue with the dragging behavior. D3 V4 prevents "circle mouse up" to fire as default when you drag a line from one circle to another. Do you have any good suggestion to get info of circle in V4 that was recognized in circle mouse up event in V3 implementation? |
@one2gov Actually I was able to fix this by looping through all nodes to find the one that's connected in "end" callback. Now I have a similar issue with edges like your stack overflow question: |
@one2gov looks like path.enter() will get fired even when I'm dragging the big circle here. I changed .data() for path a little bit and it magically makes infinite paths disappeared. |
@guanw thx for sharing! I am really stuck with this one) I'll try to finish my attempt on stackoverflow. |
I ported this library to d3, version 5.7. You can find it here: |
For anyone still looking for a solution, I've posted mine here (as an answer) |
Hi,
Can you update to d3 version 4?
Thanks.
The text was updated successfully, but these errors were encountered: