Skip to content

Dashboards 9.1 changes #2043

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
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
2 changes: 1 addition & 1 deletion explore-analyze/dashboards/add-controls.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ You can add one interactive time slider control to a dashboard.

## Add {{esql}} controls [add-esql-control]
```{applies_to}
stack: preview
stack: preview 9.0
serverless: preview
```

Expand Down
22 changes: 22 additions & 0 deletions explore-analyze/dashboards/arrange-panels.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,29 @@ In the toolbar, click **Edit**, then use the following options:
If you [share](sharing.md) a dashboard while viewing a full screen panel, the generated link will directly open the same panel in full screen mode.
::::

### Move and resize panels using a keyboard
```{applies_to}
stack: ga 9.1
serverless: ga
```

To move a panel:

1. Using `Tab`, browse to the {icon}`move` panel action and press `Enter` or `Space` to lock the action.
2. Use `Arrow` keys to move the panel to the new location.
3. Press `Enter` or `Space` again to release the panel.
4. Save the dashboard.

:::{note}
You can't move panels from one collapsible section into another using this method.
:::

To resize a panel:

1. Using `Tab`, browse to the {icon}`scale` panel action and press `Enter` or `Space` to lock the action.
2. Use `Arrow` keys to resize the panel to the new dimensions.
3. Press `Enter` or `Space` again to release the panel.
4. Save the dashboard.

## Copy and duplicate panels [duplicate-panels]

Expand Down
2 changes: 1 addition & 1 deletion explore-analyze/dashboards/managing.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ By default, your most recently viewed dashboards are displayed first. You can in

## Keep track of your favorite dashboards [_keep_track_of_your_favorite_dashboards]

You can mark any dashboards as favorite, using the ✩ **star icon**.
You can mark any dashboards as favorite, using the ✩ **star icon** from the **Dashboards** page or from the dashboard itself.

All dashboards marked as favorite are gathered in the **Starred** tab so you can find them quickly.

Expand Down
Loading