Search code examples
neo4jcypher

How do I change what appears on a node in neo4j?


When I create a node with some properties and display it, it displays the node with the value of 1st property on it. I want to display some name or some value on it instead of 1st property value. enter image description here

Also, what is the procedure if I want to represent a node with some image?


Solution

  • I want to display some name or some value on it instead of 1st property value.

    In Neo4j 3.2.1 you can click in a label (top of image) and after it select the caption property (bottom of image).

    Neo4j browser

    Also, what is the procedure if I want to represent a node with some image?

    Is not possible present an image within the node in Neo4j browser.