You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for creating this library! I'm using Vue with d3 to allow users to edit d3 trees and reviewing this library's code has been instructive. I'm not sure if this library is still maintained, but I'm creating the following bug report because it might be helpful for other developers using this library.
When a new child node is created, every node in the graph expands to display all of its children. This behavior can be reproduced with the following steps:
Thank you for creating this library! I'm using Vue with d3 to allow users to edit d3 trees and reviewing this library's code has been instructive. I'm not sure if this library is still maintained, but I'm creating the following bug report because it might be helpful for other developers using this library.
When a new child node is created, every node in the graph expands to display all of its children. This behavior can be reproduced with the following steps:
Using the source provided here: https://github.com/David-Desmaisons/Vue.D3.tree/blob/master/dist/index.js, I've been able to reproduce the bug locally as well.
The text was updated successfully, but these errors were encountered: