Skip to content
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

auspice: use node.attr.div as xvalue for divergence tree #154

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

joverlee521
Copy link
Contributor

The augur export v1 tree JSONs are not guaranteed to have the
xvalue attribute. This can lead to NaN values that cause errors in the
D3 transformations for the divergence tree view.

This commit changes the divergence tree to use the node.attr.div
attribute as the x value.

The augur export v1 tree JSONs are not guaranteed to have the
`xvalue` attribute. This can lead to NaN values that cause errors in the
D3 transformations for the divergence tree view.

This commit changes the divergence tree to use the `node.attr.div`
attribute as the x value.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant