From ada39604491f27f0756b2174ab7baba53216b29e Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Tue, 12 May 2020 14:41:04 -0700 Subject: [PATCH] Update add-a-panel.md --- docs/sources/panels/add-a-panel.md | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/docs/sources/panels/add-a-panel.md b/docs/sources/panels/add-a-panel.md index 27eebc8eb88..81f02a1618b 100644 --- a/docs/sources/panels/add-a-panel.md +++ b/docs/sources/panels/add-a-panel.md @@ -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 + 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 -Navigate to the dashboard you want to add a panel to. -Click the **Add panel** icon. -Click **Add new panel**. +1. Navigate to the dashboard you want to add a panel to. +1. Click the **Add panel** icon. + + ![](/img/docs/panels/add-panel-icon-7-0.png) + +2. Click **Add new panel**. Grafana creates an empty graph panel with your default data source selected.