GraphView
GraphView copied to clipboard
One node replace another node
If I have 2 nodes with the same data like
val node1 = Node("Test")
val node2 = Node("Test")
The output of the just will be one node because they have the same data is it possible to show the 2 nodes with the same data ?