diff --git a/modules/ROOT/images/dashboard-card-menu.png b/modules/ROOT/images/dashboard-card-menu.png new file mode 100644 index 000000000..324274541 Binary files /dev/null and b/modules/ROOT/images/dashboard-card-menu.png differ diff --git a/modules/ROOT/pages/dashboards/managing-dashboards.adoc b/modules/ROOT/pages/dashboards/managing-dashboards.adoc index 106bc3fa1..e31a6e3c2 100644 --- a/modules/ROOT/pages/dashboards/managing-dashboards.adoc +++ b/modules/ROOT/pages/dashboards/managing-dashboards.adoc @@ -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 diff --git a/modules/ROOT/pages/dashboards/visualizations/index.adoc b/modules/ROOT/pages/dashboards/visualizations/index.adoc index f0256f94b..72fc0fd69 100644 --- a/modules/ROOT/pages/dashboards/visualizations/index.adoc +++ b/modules/ROOT/pages/dashboards/visualizations/index.adoc @@ -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. @@ -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.