neo4j - localhost:7474 browser - which nodes are coloured? (py2neo)
I am creating a complex neo4j database with py2neo. So far I have 6 node indices and labels, and 5 relationship indices and labels.
When I look through the localhost:7474/browser , some of my node type get coloured, some stay gray.
What is the trigger that colours the nodes in the localhost:7474/browser - or are there only 4 colours in the preset?
Thanks a lot!