deadmousse
deadmousse

Reputation: 416

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?

Upvotes: 3

Views: 1728

Answers (2)

Theripnono
Theripnono

Reputation: 1

In Neo4j version > 5.12:

Neo4j png

Upvotes: 0

Bruno Peres
Bruno Peres

Reputation: 16373

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.

Upvotes: 6

Related Questions