0

I create a node with this cypher

MERGE (item:ITEM{code:'1629', price: 135000, url:'http://xuongmaythienphuc.vn/component/products/set-bo-dui-den-rot-vai-phoi-vien-logo-theu-sanh-dieu.html' })

On Neo4j Browser, price Property is first property and shown in the node in Visualization.

viz table

But I want to shown Code on visualization instead (1629 instead of 135000 for the example cypher).

Haha TTpro
  • 5,137
  • 6
  • 45
  • 71
  • 3
    Possible duplicate of [Changing the default Node label when viewing a graph from Browser](https://stackoverflow.com/questions/37495220/changing-the-default-node-label-when-viewing-a-graph-from-browser) – stdob-- Jul 23 '18 at 03:37

1 Answers1

1
  1. click on the label above the viz
  2. select the appropriate property below the viz as caption
Michael Hunger
  • 41,339
  • 3
  • 57
  • 80