mirror of
https://github.com/grafana/grafana.git
synced 2025-08-02 05:46:28 +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
30 lines
1.6 KiB
Markdown
30 lines
1.6 KiB
Markdown
+++
|
|
title = "Create a Grafana library panel"
|
|
weight = 20
|
|
aliases = ["/docs/sources/panels/library-panels/create-library-panel/"]
|
|
+++
|
|
|
|
# Create a Grafana library panel
|
|
|
|
When you create a library panel, the panel on the source dashboard is converted to a library panel as well. You need to save the original dashboard once a panel is converted.
|
|
|
|
## Before you begin
|
|
|
|
- [Add a panel to a dashboard]({{< relref "../working-with-panels/add-panel.md" >}}).
|
|
|
|
**To create a library panel**:
|
|
|
|
1. Open a panel in edit mode.
|
|
1. In the panel display options, click the down arrow option to bring changes to the visualization.
|
|
{{< figure src="/static/img/docs/library-panels/create-lib-panel-from-edit-8-0.png" class="docs-image--no-shadow" max-width= "800px" caption="Screenshot of the edit panel" >}}
|
|
1. Click the **Library panels** option, and then click **Create new library panel** to open the create dialog.
|
|
{{< figure src="/static/img/docs/library-panels/create-lib-panel-8-0.png" class="docs-image--no-shadow" max-width= "500px" caption="Screenshot of the create library panel dialog" >}}
|
|
1. In **Library panel name**, enter the name.
|
|
1. In **Save in folder**, select the folder to save the library panel.
|
|
1. Click **Create library panel** to save your changes.
|
|
1. Save the dashboard.
|
|
|
|
Once created, you can modify the library panel using any dashboard on which it appears. After you save the changes, all instances of the library panel reflect these modifications.
|
|
|
|
{{< figure src="/static/img/docs/library-panels/create-from-more-8-0.png" class="docs-image--no-shadow" max-width= "900px" caption="Screenshot of the edit panel" >}}
|