-
Notifications
You must be signed in to change notification settings - Fork 78
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
Node IDs are undefined #442
Comments
Dear @Mirekium, Do you happen to have an example Newick tree that I can reproduce the issue with? Best, |
For the moment, I am currently using phylotree.js with genealogical data, here is my data: |
Dear @Mirekium, Do you have the Best, |
It seems that D3.js version 6 does not allow you to create "id" of the nodes unlike D3.js version 3. |
Hi,
I have a problem with the "id" on the tree when I use phylotree.js v 1.4.0 and D3.js v 6, I can't get defined "id" of the nodes they whether internal or leaf, you can see the image, all the "id" are "node-undefined".
I haven't had a problem with phylotree.js v 0.1.6 and D3.js v 3,
Is there a way to make these "ids" appear?
here is my code:
The text was updated successfully, but these errors were encountered: