[comment]: # translation:outdated

[comment]: # ({167707a1-167707a1})
# 8 Wykres

[comment]: # ({/167707a1-167707a1})

[comment]: # ({new-21bacb3e})
#### Overview

The graph widget provides a modern and versatile way of visualizing data
collected by Zabbix using a vector image drawing technique. This graph
widget is supported since Zabbix 4.0. Note that the graph widget
supported before Zabbix 4.0 can still be used as [Graph
(classic)](/manual/web_interface/frontend_sections/monitoring/dashboard/widgets#graph_classic).

[comment]: # ({/new-21bacb3e})

[comment]: # ({new-d1f705fb})
#### Configuration

To configure, select *Graph* as type:

![](../../../../../../../assets/en/manual/web_interface/frontend_sections/monitoring/graph_dataset.png){width="600"}

The **Data set** tab allows to add data sets and define their visual
representation:

|   |   |   |
|---|---|---|
|*Data set*|<|Select hosts and items to display on the graph. Alternatively, you may enter host and item patterns. Wildcard patterns may be used (for example, `*` will return results that match zero or more characters). To specify a wildcard pattern, just enter the string manually and press *Enter*. While you are typing, note how all matching hosts are displayed in the dropdown.<br>Up to 50 items may be displayed in the graph.<br>Host pattern and item pattern fields are mandatory.<br>The wildcard symbol is always interpreted, therefore it is not possible to add, for example, an item named "item\*" individually, if there are other matching items (e.g. item2, item3).|
| |*Base color*|Adjust base color, either from the color picker or manually. The base color is used to calculate different colors for each item of the data set. Base color input field is mandatory.|
|^|*Draw*|Choose the draw type of the metric. Possible draw types are *Line* (set by default), *Points*, *Staircase* and *Bar*.<br>Note that if there's only one data point in the line/staircase graph it is drawn as a point regardless of the draw type. The point size is calculated from the line width, but it cannot be smaller than 3 pixels, even if the line width is less.|
|^|*Width*|Set the line width. This option is available when *Line* or *Staircase* draw type is selected.|
|^|*Point size*|Set the point size. This option is available when *Points* draw type is selected.|
|^|*Transparency*|Set the transparency level.|
|^|*Fill*|Set the fill level. This option is available when *Line* or *Staircase* draw type is selected.|
|^|*Missing data*|Select the option for displaying missing data:<br>**None** - the gap is left empty<br>**Connected** - two border values are connected<br>**Treat as 0** - the missing data is displayed as 0 values<br>Not applicable for the *Points* and *Bar* draw type.|
|^|*Y-axis*|Select the side of the graph where the Y-axis will be displayed.|
|^|*Time shift*|Specify time shift if required. You may use [time suffixes](/manual/appendix/suffixes#time_suffixes) in this field. Negative values are allowed.|
|^|*Aggregation function*|Specify which aggregation function to use:<br>**min** - display the smallest value<br>**max** - display the largest value<br>**avg** - display the average value<br>**sum** - display the sum of values<br>**count** - display the count of values<br>**first** - display the first value<br>**last** - display the last value<br>**none** - display all values (no aggregation)<br>Aggregation allows to display an aggregated value for the chosen interval (5 minutes, an hour, a day), instead of all values. See also: [Aggregation in graphs](/manual/config/visualization/graphs/aggregate).<br>This option is supported since Zabbix 4.4.|
|^|*Aggregation interval*|Specify the interval for aggregating values. You may use [time suffixes](/manual/appendix/suffixes#time_suffixes) in this field. A numeric value without a suffix will be regarded as seconds.<br>This option is supported since Zabbix 4.4.|
|^|*Aggregate*|Specify whether to aggregate:<br>**Each item** - each item in the dataset will be aggregated and displayed separately.<br>**Data set** - all dataset items will be aggregated and displayed as one value.<br>This option is supported since Zabbix 4.4.|

Existing data sets are displayed in a list. You may:

-   ![](../../../../../../../assets/en/manual/web_interface/frontend_sections/monitoring/dashboard/add_data_set.png) -
    click on this button to add a new data set
-   ![](../../../../../../../assets/en/manual/web_interface/frontend_sections/monitoring/dashboard/color_icon.png) -
    click on the color icon to expand/collapse data set details
-   ![](../../../../../../../assets/en/manual/web_interface/frontend_sections/monitoring/dashboard/move_icon.png) -
    click on the move icon and drag a data set to a new place in the
    list

[comment]: # ({/new-d1f705fb})

[comment]: # ({new-efef79c8})
The **Displaying options** tab allows to define history data selection:

![](../../../../../../../assets/en/manual/web_interface/frontend_sections/monitoring/graph_displaying_options.png)

|   |   |
|---|---|
|*History data selection*|Set the source of graph data:<br>**Auto** - data are sourced according to the classic graph [algorithm](/manual/config/visualization/graphs/simple#generating_from_historytrends) (default)<br>**History** - data from history<br>**Trends** - data from trends|

[comment]: # ({/new-efef79c8})

[comment]: # ({new-a747b952})
The **Time period** tab allows to set a custom time period:

![](../../../../../../../assets/en/manual/web_interface/frontend_sections/monitoring/graph_time_period.png)

|   |   |
|---|---|
|*Set custom time period*|Mark this checkbox to set the custom time period for the graph (unmarked by default).|
|*From*|Set the start time of the custom time period for the graph.|
|*To*|Set the end time of the custom time period for the graph.|

[comment]: # ({/new-a747b952})

[comment]: # ({new-ec3778fa})
The **Axes** tab allows to customize how axes are displayed:

![](../../../../../../../assets/en/manual/web_interface/frontend_sections/monitoring/graph_axes.png)

|   |   |
|---|---|
|*Left Y*|Mark this checkbox to make left Y-axis visible. The checkbox may be disabled if unselected either in *Data set* or in *Overrides* tab.|
|*Right Y*|Mark this checkbox to make right Y-axis visible. The checkbox may be disabled if unselected either in *Data set* or in *Overrides* tab.|
|*X-Axis*|Unmark this checkbox to hide X-axis (marked by default).|
|*Min*|Set the minimum value of the corresponding axis. Visible range minimum value of Y-axis is specified.|
|*Max*|Set the maximum value of the corresponding axis. Visible range maximum value of Y-axis is specified.|
|*Units*|Choose the unit for the graph axis values from the dropdown. If the *Auto* option is chosen axis values are displayed using units of the first item of the corresponding axis. *Static* option allows you to assign the corresponding axis' custom name. If the *Static* option is chosen and the *value* input field left blank the corresponding axis' name will only consist of a numeric value.|

[comment]: # ({/new-ec3778fa})

[comment]: # ({new-b12a63bc})
The **Legend** tab allows to customize the graph legend:

![](../../../../../../../assets/en/manual/web_interface/frontend_sections/monitoring/graph_legend.png)

|   |   |
|---|---|
|*Show legend*|Unmark this checkbox to hide the legend on the graph (marked by default).|
|*Number of rows*|Set the number of rows to be displayed on the graph.|

[comment]: # ({/new-b12a63bc})

[comment]: # ({new-07ed8642})
The **Problems** tab allows to customize the problem display:

![](../../../../../../../assets/en/manual/web_interface/frontend_sections/monitoring/graph_problems.png)

|   |   |
|---|---|
|*Show problems*|Mark this checkbox to enable problem displaying on the graph (unmarked, i.e. disabled by default).|
|*Selected items only*|Mark this checkbox to include problems for the selected items only to be displayed on the graph.|
|*Problem hosts*|Select the problem hosts to be displayed on the graph. Wildcard patterns may be used (for example, `*` will return results that match zero or more characters). To specify a wildcard pattern, just enter the string manually and press *Enter*. While you are typing, note how all matching hosts are displayed in the dropdown.|
|*Severity*|Mark the problem severities to be displayed on the graph.|
|*Problem*|Specify the problem's name to be displayed on the graph.|
|*Tags*|Specify problem tags to limit the number of problems displayed in the widget. It is possible to include as well as exclude specific tags and tag values. Several conditions can be set. Tag name matching is always case-sensitive.<br>There are several operators available for each condition:<br>**Exists** - include the specified tag names<br>**Equals** - include the specified tag names and values (case-sensitive)<br>**Contains** - include the specified tag names where the tag values contain the entered string (substring match, case-insensitive)<br>**Does not exist** - exclude the specified tag names<br>**Does not equal** - exclude the specified tag names and values (case-sensitive)<br>**Does not contain** - exclude the specified tag names where the tag values contain the entered string (substring match, case-insensitive)<br>There are two calculation types for conditions:<br>**And/Or** - all conditions must be met, conditions having the same tag name will be grouped by the Or condition<br>**Or** - enough if one condition is met|

[comment]: # ({/new-07ed8642})

[comment]: # ({new-bb195e90})
The **Overrides** tab allows to add custom overrides for data sets:

![](../../../../../../../assets/en/manual/web_interface/frontend_sections/monitoring/graph_overrides.png){width="600"}

Overrides are useful when several items are selected for a data set
using the `*` wildcard and you want to change how the items are
displayed by default (e.g. default base color or any other property).

Existing overrides (if any) are displayed in a list. To add a new
override:

-   Click on the
    ![](../../../../../../../assets/en/manual/web_interface/frontend_sections/monitoring/dashboard/add_override.png)
    button
-   Select hosts and items for the override. Alternatively, you may
    enter host and item patterns. Wildcard patterns may be used (for
    example, `*` will return results that match zero or more
    characters). To specify a wildcard pattern, just enter the string
    manually and press *Enter*. While you are typing, note how all
    matching hosts are displayed in the dropdown. The wildcard symbol is
    always interpreted, therefore it is not possible to add, for
    example, an item named "item\*" individually if there are other
    matching items (e.g. item2, item3). Host pattern and item pattern
    fields are mandatory.
-   Click on
    ![](../../../../../../../assets/en/manual/web_interface/frontend_sections/monitoring/dashboard/add_override2.png),
    to select override parameters. At least one override parameter
    should be selected. For parameter descriptions, see the *Data set*
    tab above.

Information displayed by the graph widget can be downloaded as a .png
image using the [widget
menu](/manual/web_interface/frontend_sections/monitoring/dashboard#widget_menu):

![](../../../../../../../assets/en/manual/web_interface/frontend_sections/monitoring/dashboard/graph_widget_as_png.png)

A screenshot of the widget will be saved to the Downloads folder.

[comment]: # ({/new-bb195e90})
