mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 06:42:13 +08:00

* new refactored panel docs * fixed links * removed xtra sharing link, added links to panel display option tasks * fixed typo * add aliases * incorporate PM feedback * intermediate commit to resolve merge conflict * final changes to resolve merge conflicts
28 lines
978 B
Markdown
28 lines
978 B
Markdown
+++
|
|
title = "Add a Grafana library panel to a dashboard"
|
|
weight = 30
|
|
aliases = ["/docs/sources/panels/library-panels/add-library-panel/"]
|
|
+++
|
|
|
|
# Add a Grafana library panel to a dashboard
|
|
|
|
Add a Grafana library panel to a dashboard when you want to provide visualizations to other dashboard users.
|
|
|
|
## Before you begin
|
|
|
|
- [Create a library panel]({{< relref "../library-panels/create-library-panel.md" >}}).
|
|
|
|
**To add a library panel to a dashboard**:
|
|
|
|
1. Hover over the **+** option on the left menu, then select **Create** from the drop-down options.
|
|
|
|
The **Add** panel dialog opens.
|
|
{{< figure src="/static/img/docs/library-panels/add-library-panel-8-0.png" class="docs-image--no-shadow" max-width= "900px" caption="Screenshot of the edit panel" >}}
|
|
|
|
1. Click the **Add a panel from the panel library** option.
|
|
|
|
You will see a list of your library panels.
|
|
|
|
1. Filter the list or search to find the panel you want to add.
|
|
1. Click a panel to add it to the dashboard.
|