How to show the nodes labels for the colored node in the graph data model? I am using the built-in function db.schema.visualization() to print the model
Welcome back @sam.com.dr,
db.schema.visualization()
returns the label in the property "name":
The properties represented on the node include: name (label name)
And in the Browser you can on the right hand side choose which property to display on a node of a given label:
So, you could click on all labels and select "name" as the property to display.
1 Like
Thank you @arne.fischereit
Why some of the nodes stay gray? How can I get all nodes colored?