You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can try using a method from new AreaPlugin<Schemes, AreaExtra>(container).
This requires a node ID, and the complete code would look something like this:
const area = new AreaPlugin<Schemes, AreaExtra>(container);
await area.translate(node.id, { x: position.x, y: position.y });
Description
Hi Rete Team,
in your old version from 2 or 3 years ago it was possible to set the node position with:
Now I can't figure out how to set the node position manually. I searched your guides but all of your examples are always using the same autolayouter.
Thx in advance
Suggested Solution
Give an example in your docs.
Code of Conduct
The text was updated successfully, but these errors were encountered: