Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added modules/ROOT/images/dashboard-card-menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 8 additions & 4 deletions modules/ROOT/pages/dashboards/managing-dashboards.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,19 @@ You can edit or duplicate the page via hovering the page name and using the more
Add more pages via **+** next to the existing pages' names.
Additional pages can also be deleted from the more menu *[...]*.


=== Dashboard cards

A dashboard page can hold any number of cards.
Each card can hold a xref::/dashboards/visualizations/index.adoc[visualization], also referred to as the **Chart type**.
To add a card, use **Add card** at the bottom right.
Use the more menu *[...]* at the top right of a card to edit the card.
Use the six dots at the top left of a card to drag and drop it within the grid of the page.
To add a card, use **Add card** at the bottom right of the screen.

* Use the more menu *[...]* at the top right of a card to edit the card.
* Use the six dots at the top left of a card to drag and drop it within the grid of the page.
* Hover over a card and use the arrow in the bottom right to resize it.

[.shadow]
.Drag and drop, edit or resize a card
image::dashboard-card-menu.png[width=700]

== Deleting a dashboard

Expand Down
2 changes: 0 additions & 2 deletions modules/ROOT/pages/dashboards/visualizations/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
A visualization is embedded in a dashboard card.
Visualizations have different types, each of which expects different types of data.


== Queries

Each visualization uses a Cypher query which is specified in the dashboard card to retrieve data from your Neo4j database and display it.
Expand All @@ -13,7 +12,6 @@ Edit the card by using the more menu *[...]* at the top right of a card and then

In the **Query** tab of the card, you can either use **Natural language** to generate a query or write your own **Cypher** query.


=== Natural language

When using **Natural language**, you can either write your own statement or question, or select from a number of **Suggested prompts** or **Recent** prompts.
Expand Down