GraphView icon indicating copy to clipboard operation
GraphView copied to clipboard

set right or left position for node

Open alirezarabiei7239 opened this issue 4 years ago • 2 comments

hi is there any way to i set where to add to node when i am adding to graph? for example graph.addEdge(prNode, Node(subUser)) to left edge or right ? thank you.

alirezarabiei7239 avatar Apr 20 '20 06:04 alirezarabiei7239

Currently not possible. As a workaround you could create a new graph with your new structure and set it in the adapter.

We should open the graph implementation for extensions.

DennisBlock avatar Apr 22 '20 12:04 DennisBlock

Hello, can i make that with new structure ? , im need to add multiple partners at same line !

hamza-ahmed avatar Feb 23 '21 18:02 hamza-ahmed