diff --git a/docs/sources/panels-visualizations/visualizations/histogram/index.md b/docs/sources/panels-visualizations/visualizations/histogram/index.md index 79a2bf1bac2..70fcc675d02 100644 --- a/docs/sources/panels-visualizations/visualizations/histogram/index.md +++ b/docs/sources/panels-visualizations/visualizations/histogram/index.md @@ -100,6 +100,10 @@ The data is converted as follows: Use the following options to refine your histogram visualization. +### Bucket count + +Specifies the number of bins used to group your data in the histogram, affecting the granularity of the displayed distribution. Leave this empty for automatic bucket count of 30. + ### Bucket size The size of the buckets. Leave this empty for automatic bucket sizing (~10% of the full range). @@ -112,6 +116,14 @@ If the first bucket should not start at zero. A non-zero offset has the effect o This will merge all series and fields into a combined histogram. +### Stacking + +Controls how multiple series are displayed in the histogram. Choose from the following: + +- **Off** - Series are not stacked, but instead shown side by side. +- **Normal** - Series are stacked on top of each other, showing cumulative values. +- **100%** - Series are stacked to fill 100% of the chart, showing the relative proportion of each series. + ### Line width Controls line width of the bars. @@ -126,17 +138,12 @@ Set the mode of the gradient fill. Fill gradient is based on the line color. To Gradient display is influenced by the **Fill opacity** setting. -#### None +Choose from the following: -No gradient fill. This is the default setting. - -#### Opacity - -Transparency of the gradient is calculated based on the values on the Y-axis. The opacity of the fill is increasing with the values on the Y-axis. - -#### Hue - -Gradient color is generated based on the hue of the line color. +- **None** - No gradient fill. This is the default setting. +- **Opacity** - Transparency of the gradient is calculated based on the values on the Y-axis. The opacity of the fill is increasing with the values on the Y-axis. +- **Hue** - Gradient color is generated based on the hue of the line color. +- **Scheme** - The selected [color palette](https://grafana.com/docs/grafana/latest/panels-visualizations/configure-standard-options/#color-scheme) is applied to the histogram bars. ## Tooltip options