mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 15:42:55 +08:00

* Create graph-panel.md * Update _index.md * Create panels-overview.md * Update graph-panel.md * Applied Torkel's edits * Update graph-panel.md * Update panels-overview.md * Update _index.md * Update graph-panel.md * Create add-a-panel.md * Update add-a-panel.md * Update add-a-panel.md * Revert "Update add-a-panel.md" This reverts commit 6d51ee8712fda702d7459c1f00307c95d0913dcf. * Update add-a-panel.md * Update graph-panel.md
28 lines
1.2 KiB
Markdown
28 lines
1.2 KiB
Markdown
+++
|
|
title = "Panels"
|
|
type = "docs"
|
|
[menu.docs]
|
|
identifier = "panels"
|
|
weight = 4
|
|
+++
|
|
|
|
# Panel overview
|
|
|
|
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.
|
|
|
|
## Move panels
|
|
|
|
You can drag and drop panels by clicking and holding the panel title, then dragging it to its new location. You can also easily resize panels by clicking the (-) and (+) icons.
|
|
|
|

|
|
|
|
## Tips and shortcuts
|
|
|
|
- Click the graph title and in the dropdown menu quickly duplicate the panel.
|
|
- Click the colored icon in the legend to change a series color or the y-axis.
|
|
- Click series name in the legend to hide series.
|
|
- Ctrl/Shift/Meta + click legend name to hide other series.
|
|
- Hover your cursor over a panel and press `e` to open the panel editor.
|
|
- Hover your cursor over a panel and press `v` to open the panel in fullscreen view. |