mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06: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
17 lines
757 B
Markdown
17 lines
757 B
Markdown
+++
|
|
title = "Panels"
|
|
description = "Panels"
|
|
aliases = ["/docs/grafana/latest/features/panels/panels/", "/docs/sources/panels/"]
|
|
weight = 72
|
|
+++
|
|
|
|
# About Grafana panels
|
|
|
|
The _panel_ is the basic visualization building block in Grafana. Each panel has a query editor specific to the data source selected in the panel. The query editor allows you to extract the perfect visualization to display on the panel.
|
|
|
|
There are a wide variety of styling and formatting options for each panel. Panels can be dragged and dropped and rearranged on the dashboard. They can also be resized.
|
|
|
|
Before you begin, ensure that you have configured a data source. For more information about data sources, refer to [Data Sources]({{< relref "../datasources" >}}).
|
|
|
|
{{< section >}}
|