Visualizations

A visualization is embedded in a dashboard card. Visualizations have different types, each of which expect different types of data.

Writing Cypher queries

Each visualization uses a Cypher query specified in the dashboard card to retrieve data from your Neo4j database and display it. Edit the query associated with a dashboard card by clicking the three dots icon at the top right of a card and then Edit card.

Any Cypher syntax is supported, including APOC, GDS, and Fabric.

Keep the following best practices in mind when writing your Cypher queries:

  1. Use a LIMIT clause in your query to keep the result size manageable.

  2. Ensure that you return the correct data types for the correct visualization type.