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

Graph rotate indefinitely with 2 subsequent nodes #3

Open
Wardormeur opened this issue Sep 2, 2018 · 1 comment
Open

Graph rotate indefinitely with 2 subsequent nodes #3

Wardormeur opened this issue Sep 2, 2018 · 1 comment

Comments

@Wardormeur
Copy link

Using the following example (https://codesandbox.io/s/6wrx3q654z), making use of optional fx and fy, the graph will rotate until it's being clicked on (which is pretty challenging).
Once clicked, the following nodes will start rotating slowly around the clicked one.
Removing one of the 2 children nodes from basics solves the issue, but that kind of defeats the goal of a mindmap :)

@Notmarrco
Copy link

I can confirm.
Even when I set values for fx and fy for my root element, the root element is fixed but all the other are rotating.

It's not an issue for me if the nodes overlap when I don't provide values for fx and fy, but I would like to have the graph stay in place.

It seems to be an issue with the calculation of the fx and fy since when I drag a box it then becomes fixed while the others continue to wander... 🤔

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