mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update add-a-panel.md
This commit is contained in:
parent
5f15508792
commit
ada3960449
@ -1,11 +1,25 @@
|
|||||||
|
+++
|
||||||
|
title = "Add a panel"
|
||||||
|
type = "docs"
|
||||||
|
[menu.docs]
|
||||||
|
identifier = "add-a-panel"
|
||||||
|
parent = "panels"
|
||||||
|
weight = 100
|
||||||
|
draft = "true"
|
||||||
|
+++
|
||||||
|
|
||||||
# Add a panel
|
# Add a panel
|
||||||
|
|
||||||
Panels allow you to show your data in visual form. This topic walks you through the most basic steps to build a panel.
|
Panels allow you to show your data in visual form. This topic walks you through the most basic steps to build a panel.
|
||||||
|
|
||||||
## 1. Add a panel to a dashboard
|
## 1. Add a panel to a dashboard
|
||||||
|
|
||||||
Navigate to the dashboard you want to add a panel to.
|
1. Navigate to the dashboard you want to add a panel to.
|
||||||
Click the **Add panel** icon.
|
1. Click the **Add panel** icon.
|
||||||
Click **Add new panel**.
|
|
||||||
|

|
||||||
|
|
||||||
|
2. Click **Add new panel**.
|
||||||
|
|
||||||
Grafana creates an empty graph panel with your default data source selected.
|
Grafana creates an empty graph panel with your default data source selected.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user