-
Notifications
You must be signed in to change notification settings - Fork 97
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
Interactive setting for radial layout #250
Comments
Interactive layout does not work for the radial algorithm. Similarly the following options:
only work for the layered algorithm. You can find all radial options here. |
@soerendomroes Thanks. As I understood there is no way to define desired place for specific node on the circle? |
@Eddykasp do you know whether this works? To my understanding the order is determined by the order in the model. |
I can change the order by using sorter and orderId fields, but I would like also to have some of the nodes always above / under / on the right or left sides of the root node |
I don't think that's currently possible. |
I am aiming to achieve the desired layout while minimizing changes to nodes that have a defined position. I've applied all settings that appear to be related to fixed positions, using various combinations, but the layout still does not correspond to the position field. In this example, I used random positions just to observe any changes, but the layout remains unchanged.
The text was updated successfully, but these errors were encountered: