GraphView
GraphView copied to clipboard
set right or left position for node
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.
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.
Hello, can i make that with new structure ? , im need to add multiple partners at same line !