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

What is (and where is) the algorithm that performs the layout #3

Open
araue opened this issue Mar 13, 2018 · 1 comment
Open

What is (and where is) the algorithm that performs the layout #3

araue opened this issue Mar 13, 2018 · 1 comment

Comments

@araue
Copy link

araue commented Mar 13, 2018

Hi,

I am interested in better understanding how the layout process work.
Could you please explain?

Thanks!

@swolock
Copy link
Collaborator

swolock commented Mar 15, 2018

We use a force-directed graph layout, specifically the implementation from D3.js.

You can find the relevant javascript for SPRING here.

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

2 participants