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

Option to choose how to retrieve label and shadowed variable #4

Open
deklanw opened this issue Jan 31, 2020 · 0 comments
Open

Option to choose how to retrieve label and shadowed variable #4

deklanw opened this issue Jan 31, 2020 · 0 comments

Comments

@deklanw
Copy link

deklanw commented Jan 31, 2020

It appears that your ngraph.gexf library outputs integer IDs, and then this library uses node.id as the label. What if you wanted text labels?

While modifying the code to achieve that for myself I was getting weird behavior. I noticed that you were shadowing node here

https://github.com/anvaka/ngraph.tobinary/blob/master/lib/getLinksBuffer.js#L15
https://github.com/anvaka/ngraph.tobinary/blob/master/lib/getLinksBuffer.js#L20

Once I renamed the second to otherNode it worked.

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

No branches or pull requests

1 participant