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

Documentation for Links #55

Open
raylenmargono opened this issue Oct 16, 2017 · 11 comments
Open

Documentation for Links #55

raylenmargono opened this issue Oct 16, 2017 · 11 comments

Comments

@raylenmargono
Copy link

Hi,

Would be great to have further documentation on ForceGraphLink. Having trouble figuring out how to set the distance between nodes. Thank you.

@jahnavi310
Copy link

+1 the same, I am running into the same issue

@Yu-w
Copy link

Yu-w commented Nov 12, 2017

+1 same here. Wondering how to make graph to spread out more.

@kilik52
Copy link

kilik52 commented Nov 21, 2017

+1 same here, i've tried a lot of ways, but all failed

@corganfuzz
Copy link

+1 same...it's HELL

@etwerk
Copy link

etwerk commented Jan 9, 2018

+1, wondering if anyone above figured this out?

@laurabrooks
Copy link

I haven't found great documentation, but in order to set the length of the links to adjust space between nodes use radiusMargin in simulationOptions.

<InteractiveForceGraph
  simulationOptions = {{
    height: 900,
    width: 1680,
    radiusMargin: 20 //3 is default
  }}
>

@ghost
Copy link

ghost commented Feb 5, 2018

Is there anyway to dynamically set link length based on the individual link? For example, some nodes are further apart than others.

@atulsingh0913
Copy link

+1

@jduncanRadBlue
Copy link

Did anyone figure this out?

@Xavyr
Copy link

Xavyr commented Jan 18, 2019

Id like to have this one figured out at well, impossible to do clustering of nodes without dynamically setting link length based on the individual links. Would love any advice on this!

@ccoombsesmail
Copy link

Would also like to know about this. Can't set the link distances

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