diff --git a/docs/sources/panels-visualizations/visualizations/heatmap/index.md b/docs/sources/panels-visualizations/visualizations/heatmap/index.md index 1194c036c0a..99bd1f53e68 100644 --- a/docs/sources/panels-visualizations/visualizations/heatmap/index.md +++ b/docs/sources/panels-visualizations/visualizations/heatmap/index.md @@ -16,16 +16,26 @@ labels: title: Heatmap weight: 100 refs: - introduction-to-histograms-and-heatmaps: + intro-histograms-heatmaps: - pattern: /docs/grafana/ destination: /docs/grafana//fundamentals/intro-histograms/ - pattern: /docs/grafana-cloud/ destination: /docs/grafana//fundamentals/intro-histograms/ + histograms: + - pattern: /docs/grafana/ + destination: /docs/grafana//panels-visualizations/visualizations/histogram/ + - pattern: /docs/grafana-cloud/ + destination: /docs/grafana-cloud/visualizations/panels-visualizations/visualizations/histogram/ + dashboards: + - pattern: /docs/grafana/ + destination: /docs/grafana//dashboards/build-dashboards/create-dashboard/ + - pattern: /docs/grafana-cloud/ + destination: /docs/grafana-cloud/visualizations/dashboards/build-dashboards/create-dashboard/ --- # Heatmap -Heatmaps allow you to view [histograms](https://grafana.com/docs/grafana/latest/panels-visualizations/visualizations/histogram/) over time. While histograms display the data distribution that falls in a specific value range, heatmaps allow you to identify patterns in the histogram data distribution over time. For more information about heatmaps, refer to [Introduction to histograms and heatmaps](https://grafana.com/docs/grafana/latest/fundamentals/intro-histograms/). +Heatmaps allow you to view [histograms](ref:histograms) over time. While histograms display the data distribution that falls in a specific value range, heatmaps allow you to identify patterns in the histogram data distribution over time. For more information about heatmaps, refer to [Introduction to histograms and heatmaps](ref:intro-histograms-heatmaps). For example, if you want to understand the temperature changes for the past few years, you can use a heatmap visualization to identify trends in your data: @@ -42,7 +52,7 @@ You can use a heatmap visualization if you need to: ## Configure a heatmap visualization -Once you’ve created a [dashboard](https://grafana.com/docs/grafana//dashboards/build-dashboards/create-dashboard/), the following video shows you how to configure a heatmap visualization: +Once you’ve created a [dashboard](ref:dashboards), the following video shows you how to configure a heatmap visualization: {{< youtube id="SGWBzQ54koE" >}} @@ -68,99 +78,111 @@ The data is converted as follows: {{< figure src="/static/img/docs/heatmap-panel/heatmap.png" max-width="1025px" alt="A heatmap visualization showing the random walk distribution over time" >}} -## Panel options +## Configuration options + +{{< docs/shared lookup="visualizations/config-options-intro.md" source="grafana" version="" >}} + +### Panel options {{< docs/shared lookup="visualizations/panel-options.md" source="grafana" version="" >}} -## Heatmap options +### Heatmap options -### Calculate from data +The following options control how data in the heatmap is calculated and grouped. -This setting determines if the data is already a calculated heatmap (from the data source/transformer), or one that should be calculated in the panel. + -### X Bucket +| Options | Description | +| ------- | ----------- | +| Calculate from data | This setting determines if the data is already a calculated heatmap (from the data source/transformer), or one that should be calculated in the panel. | +| X Bucket | This setting determines how the x-axis is split into buckets. You can specify a time interval in the **Size** input. For example, a time range of `1h` makes the cells 1-hour wide on the x-axis. You can also set an interval based on **Count**. | +| Y Bucket | This setting determines how the y-axis is split into buckets. Choose from **Size** or **Count**. | +| Y Bucket scale | Select one of the following y-axis value scales:
  • **Linear** - Linear scale.
  • **Logarithmic** - Choose a **Log base** of **2** or **10**.
  • **Symlog** - Symlog scale. Choose a **Log base** of **2** or **10** and enter a value for the **Linear threshold**.
| -This setting determines how the X-axis is split into buckets. You can specify a time interval in the **Size** input. For example, a time range of `1h` makes the cells 1-hour wide on the X-axis. + -### Y Bucket +### Y-Axis options -This setting determines how the Y-axis is split into buckets. +The following options define the display of the y-axis. -### Y Bucket scale + -Select one of the following Y-axis value scales: +| Options | Description | +| ------- | ----------- | +| Placement | Set where the y-axis is displayed. Choose from: **Left**, **Right**, or **Hidden**. | +| Unit | Unit configuration. | +| Decimals | This setting determines decimal configuration. | +| Min/Max value | These settings configure the axis range. | +| Axis width | This setting configures the width for the axis. | +| Axis label | This setting configures the axis value. | +| Tick alignment | Sets the alignment of the tick marks on the visualization. Choose from: **Auto**, **Top (LE)**, **Middle**, and **Bottom (GE)**. This option is only displayed when your **Calculate from data** setting is **No**. | +| Reverse| When selected, the axis appears in reverse order. | -- **linear -** Linear scale. -- **log (base 2) -** Logarithmic scale with base 2. -- **log (base 10) -** Logarithmic scale with base 10. -- **symlog -** Symlog scale. + -## Y Axes +{{< docs/shared lookup="visualizations/multiple-y-axes.md" source="grafana" version="" leveloffset="+3" >}} -Defines how the Y axis is displayed - -### Placement - -- **Left** On the left -- **Right** On the right -- **Hidden** Hidden - -### Unit - -Unit configuration - -### Decimals - -This setting determines decimal configuration. - -### Min/Max value - -This setting configures the axis range. - -### Axis width - -This setting configures the width for the axis. - -### Axis value - -This setting configures the axis value. - -### Reverse - -When selected, the axis appears in reverse order. - -{{< docs/shared lookup="visualizations/multiple-y-axes.md" source="grafana" version="" leveloffset="+2" >}} - -## Colors +### Colors options The color spectrum controls the mapping between value count (in each bucket) and the color assigned to each bucket. The leftmost color on the spectrum represents the minimum count and the color on the right most side represents the maximum count. Some color schemes are automatically inverted when using the light theme. You can also change the color mode to Opacity. In this case, the color will not change but the amount of opacity will change with the bucket count -- **Mode** - - **Scheme -** Bucket value represented by cell color. - - **Scheme -** If the mode is **scheme**, then select a color scheme. - - **opacity -** Bucket value represented by cell opacity. Opaque cell means maximum value. - - **Color -** Cell base color. - - **Scale -** Scale for mapping bucket values to the opacity. - - **linear -** Linear scale. Bucket value maps linearly to the opacity. - - **sqrt -** Power scale. Cell opacity calculated as `value ^ k`, where `k` is a configured **Exponent** value. If exponent is less than `1`, you will get a logarithmic scale. If exponent is greater than `1`, you will get an exponential scale. In case of `1`, scale will be the same as linear. - - **Exponent -** value of the exponent, greater than `0`. +#### Mode -### Start/end color from value +Use the following options to define the heatmap colors. + +- **Scheme** - Bucket value represented by cell color. + - **Scheme** - If the mode is **Scheme**, then select a color scheme. +- **Opacity** - Bucket value represented by cell opacity. Opaque cell means maximum value. + - **Color** - Cell base color. + - **Scale** - Scale for mapping bucket values to the opacity. + - **Exponential** - Power scale. Cell opacity calculated as `value ^ k`, where `k` is a configured **Exponent** value. If exponent is less than `1`, you will get a logarithmic scale. If exponent is greater than `1`, you will get an exponential scale. In case of `1`, scale will be the same as linear. + - **Exponent** - Value of the exponent, greater than `0`. + - **Linear** - Linear scale. Bucket value maps linearly to the opacity. + +#### Steps + +Set a value between `1` and `128`. + +#### Reverse + +Toggle the switch to reverse the color scheme. This option only applies the **Scheme** color mode. + +#### Start/end color scale from value By default, Grafana calculates cell colors based on minimum and maximum bucket values. With Min and Max you can overwrite those values. Consider a bucket value as a Z-axis and Min and Max as Z-Min and Z-Max, respectively. -- **Start -** Minimum value using for cell color calculation. If the bucket value is less than Min, then it is mapped to the "minimum" color. The series min value is the default value. -- **End -** Maximum value using for cell color calculation. If the bucket value is greater than Max, then it is mapped to the "maximum" color. The series max value is the default value. +- **Start** - Minimum value using for cell color calculation. If the bucket value is less than Min, then it is mapped to the "minimum" color. The series min value is the default value. +- **End** - Maximum value using for cell color calculation. If the bucket value is greater than Max, then it is mapped to the "maximum" color. The series max value is the default value. -## Cell display +### Cell display options -Use these settings to refine your visualization. +Use these settings to control the display of heatmap cells. -## Additional display options + -### Tooltip +| Option | Description | +| ------ | ----------- | +| Unit | Unit configuration. | +| Decimals | This setting determines decimal configuration. | +| Cell gap | Set how much space there is between cells. | +| Hide cells with values <= | Enter a value. | +| Hide cells with values >= | Enter a value. | + + + +### Tooltip options + +Tooltip options control the information overlay that appears when you hover over data points in the visualization. + +| Option | Description | +| ------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [Tooltip mode](#tooltip-mode) | When you hover your cursor over the visualization, Grafana can display tooltips. Choose how tooltips behave. | +| Show histogram (Y axis) | When you set the **Tooltip mode** to **Single**, this option is displayed. This option controls whether or not the tooltip includes a histogram representing the y-axis. | +| [Show color scale](#show-color-scale) | This option controls whether or not the tooltip includes the color scale that's also represented in the legend. | +| Max width | Set the maximum width of the tooltip box. | +| Max height | Set the maximum height of the tooltip box. The default is 600 pixels. | #### Tooltip mode @@ -172,20 +194,20 @@ When you hover your cursor over the visualization, Grafana can display tooltips. Use an override to hide individual series from the tooltip. -#### Show histogram (Y axis) - -When you set the **Tooltip mode** to **Single**, this option is displayed. This option controls whether or not the tooltip includes a histogram representing the y-axis. - #### Show color scale When you set the **Tooltip mode** to **Single**, this option is displayed. This option controls whether or not the tooltip includes the color scale that's also represented in the legend. When the color scale is included in the tooltip, it shows the hovered value on the scale: ![Heatmap with a tooltip displayed showing the hovered value reflected in the color scale](/media/docs/grafana/panels-visualizations/screenshot-heatmap-tooltip-color-scale-v11.0.png) -### Legend +### Legend options Choose whether you want to display the heatmap legend on the visualization by toggling the **Show legend** switch. +### Exemplars + +Set the color used to show exemplar data. + ### Data links {{< docs/shared lookup="visualizations/datalink-options.md" source="grafana" version="" >}} @@ -193,7 +215,3 @@ Choose whether you want to display the heatmap legend on the visualization by to ### Field overrides {{< docs/shared lookup="visualizations/overrides-options.md" source="grafana" version="" >}} - -### Exemplars - -Set the color used to show exemplar data.