Skip to content

Save coordinates of all nodes, edges and combos to reload layout in same spot #4320

Closed Answered by bsansone
bsansone asked this question in Q&A
Discussion options

You must be logged in to vote

Yes this is feasible to do. You would need to save the following fields:

Combo: x, y, collapsed, depth
Edge: curveOffset, curvePosition, endPoint (x,y), startPoint (x,y), type (quadratic, etc.)
Node: layoutOrder, x, y 

along with any of the other basic fields for each item type

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by bsansone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant