2022-05-26 23:06:25 +08:00
---
aliases:
2022-12-10 00:36:04 +08:00
- dashboards/configure-panels-visualizations/
- features/panels/panels/
- panels/
2022-10-12 04:31:20 +08:00
keywords:
- grafana
- configure
- panels
- visualizations
Explicitly set all front matter labels in the source files (#71548)
* Set every page to have defaults of 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration pages to have of 'Cloud', 'Enterprise', and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/enterprise-licensing pages to have 'Enterprise' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/organization-management pages to have 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/provisioning pages to have 'Enterprise' and 'Open source' labels
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/recorded-queries pages to have labels cloud,enterprise
* Set administration/roles-and-permissions/access-control pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set administration/stats-and-license pages to have labels cloud,enterprise
* Set alerting pages to have labels cloud,enterprise,oss
* Set breaking-changes pages to have labels cloud,enterprise,oss
* Set dashboards pages to have labels cloud,enterprise,oss
* Set datasources pages to have labels cloud,enterprise,oss
* Set explore pages to have labels cloud,enterprise,oss
* Set fundamentals pages to have labels cloud,enterprise,oss
* Set introduction/grafana-cloud pages to have labels cloud
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Fix introduction pages products
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set panels-visualizations pages to have labels cloud,enterprise,oss
* Set release-notes pages to have labels cloud,enterprise,oss
* Set search pages to have labels cloud,enterprise,oss
* Set setup-grafana/configure-security/audit-grafana pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/configure-authentication pages to have labels cloud,enterprise,oss
* Set setup-grafana/configure-security/configure-authentication/enhanced-ldap pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-authentication/saml pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-database-encryption/encrypt-secrets-using-hashicorp-key-vault pages to have labels cloud,enterprise
* Set setup-grafana/configure-security/configure-request-security pages to have labels cloud,enterprise,oss
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/configure-team-sync pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set setup-grafana/configure-security/export-logs pages to have labels cloud,enterprise
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
* Set troubleshooting pages to have labels cloud,enterprise,oss
* Set whatsnew pages to have labels cloud,enterprise,oss
* Apply updated labels from review
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
---------
Signed-off-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: brendamuir <100768211+brendamuir@users.noreply.github.com>
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>
2023-07-18 16:10:12 +08:00
labels:
products:
- cloud
- enterprise
- oss
2022-12-10 00:36:04 +08:00
menuTitle: Panels and visualizations
title: Panels and visualizations
2023-12-14 05:24:26 +08:00
description: Learn about and configure panels and visualizations
2022-12-10 00:36:04 +08:00
weight: 80
2022-05-26 23:06:25 +08:00
---
2020-05-15 03:24:26 +08:00
2022-10-12 04:31:20 +08:00
# Panels and visualizations
2020-05-15 03:24:26 +08:00
2022-11-01 23:22:06 +08:00
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 build a query that returns the data you want to visualize.
2020-05-15 03:24:26 +08:00
2022-11-01 23:22:06 +08:00
There are a wide variety of styling and formatting options for each panel.
Panels can be dragged, dropped, and resized to rearrange them on the dashboard.
2020-05-15 03:24:26 +08:00
2022-11-01 23:22:06 +08:00
Before you add a panel, ensure that you have configured a data source.
2024-03-12 00:21:37 +08:00
- For details about using data sources, refer to [Data sources][].
- For more information about managing data sources as an administrator, refer to [Data source management][].
{{% admonition type="note" %}}
[Data source management ](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/administration/data-source-management/ ) is only available in [Grafana Enterprise ](https://grafana.com/docs/grafana/<GRAFANA_VERSION>/introduction/grafana-enterprise/ ) and [Grafana Cloud ](https://grafana.com/docs/grafana-cloud/ ).
{{% /admonition %}}
2020-05-15 03:24:26 +08:00
2022-10-12 04:31:20 +08:00
This section includes the following sub topics:
2022-01-19 05:06:27 +08:00
{{< section > }}
2023-09-13 17:39:04 +08:00
{{% docs/reference %}}
[Data source management]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /administration/data-source-management"
[Data source management]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /administration/data-source-management"
[Data sources]: "/docs/grafana/ -> /docs/grafana/< GRAFANA VERSION > /datasources"
[Data sources]: "/docs/grafana-cloud/ -> /docs/grafana/< GRAFANA VERSION > /datasources"
{{% /docs/reference %}}