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

[ENH] Make more compact edges when ORUI starts #114

Open
maikol-solis opened this issue Oct 14, 2021 · 1 comment
Open

[ENH] Make more compact edges when ORUI starts #114

maikol-solis opened this issue Oct 14, 2021 · 1 comment
Labels
enhancement small improvements to the UX

Comments

@maikol-solis
Copy link

Is your feature request related to a problem? Please describe.

When I start ORUI, i can see some nodes spread all over the graph with edges going from side to side.

image

This causes unnecessary overlaps in the nodes and edges.

Describe the solution you'd like
Manipulating manually the nodes and rearranging them, I can get a setting like this one

image

Ideally, the user shouldn't be rearranging the nodes to have this effect when the server starts. Maybe a new physics option, or adjusting the existing ones by default, can achieve this effect.

Thanks.

@maikol-solis maikol-solis added the enhancement small improvements to the UX label Oct 14, 2021
@tefkah
Copy link
Contributor

tefkah commented Oct 15, 2021

The setting you might want to play with is the Stabilization Rate under "Physics > Advanced". I cranked it up quite a bit from the default to improve performance, but there might be some merit in having it be a little higher on startup.
A better solution I would think would be to save the layout of the graph itself. I'll implement that eventually, probably!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement small improvements to the UX
Projects
None yet
Development

No branches or pull requests

2 participants