Graph
Neo4j dashboard graphs render returned nodes, relationships and paths. Configure the graph layout and nodes, relationships, labels and colors to your liking.
You can drag and drop nodes in the displayed graph.
Example
MATCH (p:Product)-[o:PART_OF]->(c:Category)
WHERE c.categoryName = "Produce"
RETURN p, o, c

Configuration
Layout
Neo4j dashboard graphs have two layout options:
-
Force-based layout, which spreads nodes evenly.
-
Hierarchical layout, which respects the direction of relationships. Select one of: left to right, right to left, top to bottom, bottom to top.
Styling
Style your graph:
-
Select node and relationship colors.
-
Assign a width to relationship arrows.
-
Assign node circle sizes.
-
Select node and relationship captions from existing data fields.
Use the Styling drop down to select the scope of your styling options:
-
Neo4j Console: this styling is used in your entire console.
-
Dashboard: this styling is limited to the current dashboard.
-
Card: this styling is only applied to the current card and graph visualization.
Finally, you can toggle the visibility of the side panel and the context menu of the graph.