2016-10-21 04:01:34 -05:00
+++
title = "Graph Panel"
keywords = ["grafana", "graph panel", "documentation", "guide", "graph"]
type = "docs"
2017-04-26 06:01:03 -05:00
aliases = ["/reference/graph/"]
2016-10-21 04:01:34 -05:00
[menu.docs]
name = "Graph"
parent = "panels"
weight = 1
+++
2015-03-10 02:55:42 -05:00
2015-03-13 03:46:53 -05:00
# Graph Panel
2015-03-10 02:55:42 -05:00
2017-10-02 03:55:56 -05:00
{{< docs-imagebox img = "/img/docs/v45/graph_overview.png" class = "docs-image--no-shadow" max-width = "850px" > }}
2015-03-10 02:55:42 -05:00
2017-10-02 03:55:56 -05:00
The main panel in Grafana is simply named Graph. It provides a very rich set of graphing options.
2015-03-10 02:55:42 -05:00
2017-09-21 02:40:58 -05:00
1. Clicking the title for a panel exposes a menu. The `edit` option opens additional configuration
2015-03-12 18:20:48 -05:00
options for the panel.
2017-09-22 03:49:47 -05:00
2. Click to open color & axis selection.
3. Click to only show this series. Shift/Ctrl + click to hide series.
2015-03-10 02:55:42 -05:00
2015-03-12 18:20:48 -05:00
## General
2017-04-26 06:19:07 -05:00
2018-03-23 08:21:07 -05:00
{{< docs-imagebox img = "/img/docs/v51/graph_general.png" max-width = "800px" > }}
2015-03-10 02:55:42 -05:00
2015-03-12 18:20:48 -05:00
The general tab allows customization of a panel's appearance and menu options.
2015-03-10 02:55:42 -05:00
2018-03-23 08:21:07 -05:00
### Info
2015-03-12 18:20:48 -05:00
2018-03-23 08:21:07 -05:00
- **Title** - The panel title of the dashboard, displayed at the top.
- **Description** - The panel description, displayed on hover of info icon in the upper left corner of the panel.
- **Transparent** - If checked, removes the solid background of the panel (default not checked).
### Repeat
Repeat a panel for each value of a variable. Repeating panels are described in more detail [here ]({{< relref "reference/templating.md#repeating-panels" >}} ).
2015-03-12 18:20:48 -05:00
### Drilldown / detail link
The drilldown section allows adding dynamic links to the panel that can link to other dashboards
2017-04-26 06:19:07 -05:00
or URLs.
2015-03-12 18:20:48 -05:00
Each link has a title, a type and params. A link can be either a ``dashboard`` or ``absolute`` links.
2017-04-26 06:19:07 -05:00
If it is a dashboard link, the `dashboard` value must be the name of a dashboard. If it is an
`absolute` link, the URL is the URL to the link.
2015-03-12 18:20:48 -05:00
``params`` allows adding additional URL params to the links. The format is the ``name=value`` with
2017-04-26 06:19:07 -05:00
multiple params separated by ``& ``. Template variables can be added as values using ``$myvar``.
2015-03-12 18:20:48 -05:00
When linking to another dashboard that uses template variables, you can use ``var-myvar=value`` to
populate the template variable to a desired value from the link.
## Metrics
The metrics tab defines what series data and sources to render. Each datasource provides different
options.
2017-09-12 03:31:53 -05:00
## Axes
2015-03-12 18:20:48 -05:00
2018-03-23 08:21:07 -05:00
{{< docs-imagebox img = "/img/docs/v51/graph_axes_grid_options.png" max-width = "800px" > }}
The Axes tab controls the display of axes.
### Left Y/Right Y
2015-03-12 18:20:48 -05:00
2018-03-23 08:21:07 -05:00
The **Left Y** and **Right Y** can be customized using:
2015-03-12 18:20:48 -05:00
2017-10-03 06:35:12 -05:00
- **Unit** - The display unit for the Y value
2018-03-23 08:21:07 -05:00
- **Scale** - The scale to use for the Y value, linear or logarithmic. (default linear)
2017-10-03 06:35:12 -05:00
- **Y-Min** - The minimum Y value. (default auto)
- **Y-Max** - The maximum Y value. (default auto)
2018-03-23 08:21:07 -05:00
- **Decimals** - Controls how many decimals are displayed for Y value (default auto)
2017-10-03 06:35:12 -05:00
- **Label** - The Y axis label (default "")
2015-03-12 18:20:48 -05:00
2017-10-03 06:35:12 -05:00
Axes can also be hidden by unchecking the appropriate box from **Show** .
2015-03-12 18:20:48 -05:00
2018-03-23 08:21:07 -05:00
### X-Axis
2017-07-07 05:25:28 -05:00
2018-03-23 08:21:07 -05:00
Axis can be hidden by unchecking **Show** .
For **Mode** there are three options:
2017-07-07 05:25:28 -05:00
2017-10-03 06:35:12 -05:00
- The default option is **Time** and means the x-axis represents time and that the data is grouped by time (for example, by hour or by minute).
2017-07-07 05:25:28 -05:00
2017-10-03 06:35:12 -05:00
- The **Series** option means that the data is grouped by series and not by time. The y-axis still represents the value.
2017-07-07 05:25:28 -05:00
2018-03-23 08:21:07 -05:00
{{< docs-imagebox img = "/img/docs/v51/graph-x-axis-mode-series.png" max-width = "800px" > }}
2017-07-07 05:25:28 -05:00
2017-10-03 06:35:12 -05:00
- The **Histogram** option converts the graph into a histogram. A Histogram is a kind of bar chart that groups numbers into ranges, often called buckets or bins. Taller bars show that more data falls in that range. Histograms and buckets are described in more detail [here ](http://docs.grafana.org/features/panels/heatmap/#histograms-and-buckets ).
2017-07-07 05:25:28 -05:00
< img src = "/img/docs/v43/heatmap_histogram.png" class = "no-shadow" >
2015-03-12 18:20:48 -05:00
2018-03-23 08:21:07 -05:00
### Y-Axes
- **Align** - Check to align left and right Y-axes by value (default unchecked/false)
- **Level** - Available when *Align* is checked. Value to use for alignment of left and right Y-axes, starting from Y=0 (default 0)
## Legend
{{< docs-imagebox img = "/img/docs/v51/graph-legend.png" max-width = "800px" > }}
### Options
- **Show** - Uncheck to hide the legend (default checked/true)
- **Table** - Check to display legend in table (default unchecked/false)
- **To the right** - Check to display legend to the right (default unchecked/false)
2018-03-23 09:49:54 -05:00
- **Width** - Available when *To the right* is checked. Value to control the minimum width for the legend (default 0)
2015-03-12 18:20:48 -05:00
2018-03-23 08:21:07 -05:00
### Values
2015-03-12 18:20:48 -05:00
Additional values can be shown along-side the legend names:
2017-10-03 06:35:12 -05:00
- **Min** - Minimum of all values returned from metric query
- **Max** - Maximum of all values returned from the metric query
- **Avg** - Average of all values returned from metric query
2018-03-23 08:21:07 -05:00
- **Current** - Last value returned from the metric query
- **Total** - Sum of all values returned from metric query
2017-10-03 06:35:12 -05:00
- **Decimals** - Controls how many decimals are displayed for legend values (and graph hover tooltips)
2015-03-10 02:55:42 -05:00
2015-03-13 03:46:53 -05:00
The legend values are calculated client side by Grafana and depend on what type of
2017-04-26 06:19:07 -05:00
aggregation or point consolidation your metric query is using. All the above legend values cannot
2015-03-13 03:46:53 -05:00
be correct at the same time. For example if you plot a rate like requests/second, this is probably
using average as aggregator, then the Total in the legend will not represent the total number of requests.
2016-10-04 14:40:34 -05:00
It is just the sum of all data points received by Grafana.
2015-03-10 02:55:42 -05:00
2018-03-23 08:21:07 -05:00
### Hide series
2015-03-12 18:20:48 -05:00
2018-04-18 07:52:36 -05:00
Hide series when all values of a series from a metric query are of a specific value:
2015-03-12 18:20:48 -05:00
2018-03-23 08:21:07 -05:00
- **With only nulls** - Value=*null* (default unchecked)
- **With only zeros** - Value=*zero* (default unchecked)
2015-03-12 18:20:48 -05:00
2018-03-23 08:21:07 -05:00
## Display styles
2016-11-27 09:07:41 -06:00
2018-03-23 08:21:07 -05:00
{{< docs-imagebox img = "/img/docs/v51/graph_display_styles.png" max-width = "800px" > }}
2016-11-27 09:07:41 -06:00
2018-03-23 08:21:07 -05:00
Display styles control visual properties of the graph.
2016-11-27 09:07:41 -06:00
2018-03-23 08:21:07 -05:00
### Draw Options
#### Draw Modes
2015-03-12 18:20:48 -05:00
2017-10-03 06:35:12 -05:00
- **Bar** - Display values as a bar chart
- **Lines** - Display values as a line graph
- **Points** - Display points for values
2015-03-12 18:20:48 -05:00
2018-03-23 08:21:07 -05:00
#### Mode Options
2015-03-12 18:20:48 -05:00
2018-03-23 08:21:07 -05:00
- **Fill** - Amount of color fill for a series (default 1). 0 is none.
- **Line Width** - The width of the line for a series (default 1).
- **Staircase** - Draws adjacent points as staircase
2018-03-23 09:49:54 -05:00
- **Points Radius** - Adjust the size of points when *Points* are selected as *Draw Mode* .
2015-03-10 02:55:42 -05:00
2018-03-23 08:21:07 -05:00
#### Hover tooltip
2015-03-10 02:55:42 -05:00
2018-03-23 08:21:07 -05:00
- **Mode** - Controls how many series to display in the tooltip when hover over a point in time, All series or single (default All series).
- **Sort order** - Controls how series displayed in tooltip are sorted, None, Ascending or Descending (default None).
- **Stacked value** - Available when *Stack* are checked and controls how stacked values are displayed in tooltip (default Individual).
- Individual: the value for the series you hover over
- Cumulative - sum of series below plus the series you hover over
2015-03-10 02:55:42 -05:00
2018-03-23 08:21:07 -05:00
#### Stacking & Null value
2015-03-12 18:20:48 -05:00
2018-03-23 08:21:07 -05:00
If there are multiple series, they can be displayed as a group.
2015-03-12 18:20:48 -05:00
2018-03-23 08:21:07 -05:00
- **Stack** - Each series is stacked on top of another
- **Percent** - Available when *Stack* are checked. Each series is drawn as a percentage of the total of all series
- **Null value** - How null values are displayed
2015-03-12 18:20:48 -05:00
2018-03-23 08:21:07 -05:00
### Series overrides
2015-03-12 18:20:48 -05:00
2018-03-23 08:21:07 -05:00
{{< docs-imagebox img = "/img/docs/v51/graph_display_overrides.png" max-width = "800px" > }}
2017-04-26 06:19:07 -05:00
The section allows a series to be rendered differently from the others. For example, one series can be given
2018-03-23 08:21:07 -05:00
a thicker line width to make it stand out and/or be moved to the right Y-axis.
2017-04-26 06:19:07 -05:00
#### Dashes Drawing Style
2015-03-12 18:20:48 -05:00
2017-04-26 06:19:07 -05:00
There is an option under Series overrides to draw lines as dashes. Set Dashes to the value True to override the line draw setting for a specific series.
2015-03-12 18:20:48 -05:00
2018-03-23 08:21:07 -05:00
### Thresholds
{{< docs-imagebox img = "/img/docs/v51/graph_display_thresholds.png" max-width = "800px" > }}
Thresholds allow you to add arbitrary lines or sections to the graph to make it easier to see when
the graph crosses a particular threshold.
2017-04-26 06:19:07 -05:00
## Time Range
2015-03-12 18:20:48 -05:00
2018-03-23 08:21:07 -05:00
{{< docs-imagebox img = "/img/docs/v51/graph-time-range.png" max-width = "900px" > }}
2017-09-22 07:05:10 -05:00
2018-03-23 08:21:07 -05:00
The time range tab allows you to override the dashboard time range and specify a panel specific time.
Either through a relative from now time option or through a timeshift.
Panel time overrides & timeshift are described in more detail [here ]({{< relref "reference/timerange.md#panel-time-overrides-timeshift" >}} ).