Why are edges showing ids and not labels?

The node has a name but in the visualizer it only shows the id. Is there a way to change this?

You can select the edge badge in your query window and then choose what should be shown from the bottom selection bar.
I would recommend reading this:

1 Like

@Kep1er mine does not show the ability to select the labels? Note I have selected a relation/edge node, but it only shows the id. I do not have any options available there to change formatting of the graph / visualization. Is there a setting somewhere I am missing?

This is how I am running neo4j: docker run --publish=7474:7474 --publish=7687:7687 --volume=$HOME/neo4j/data:/data --env=NEO4J_AUTH=none neo4j

...and the version is:

Neo4j Browser version: 3.2.20

Neo4j Server version: 3.5.8 (community)

NVM, I realize you must select the relation from the top menu bar, and then the formatting options become available.