mirror of https://github.com/grafana/grafana
Docs: Add disconnect value feature documentation (#71519)
Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com>pull/70616/head
parent
1b56a9ccd8
commit
c91f340579
@ -0,0 +1,13 @@ |
|||||||
|
--- |
||||||
|
title: Connect null values |
||||||
|
--- |
||||||
|
|
||||||
|
### Connect null values |
||||||
|
|
||||||
|
Choose how null values, which are gaps in the data, appear on the graph. Null values can be connected to form a continuous line or set to a threshold above which gaps in the data are no longer connected. |
||||||
|
|
||||||
|
 |
||||||
|
|
||||||
|
- **Never:** Time series data points with gaps in the the data are never connected. |
||||||
|
- **Always:** Time series data points with gaps in the the data are always connected. |
||||||
|
- **Threshold:** Specify a threshold above which gaps in the data are no longer connected. This can be useful when the connected gaps in the data are of a known size and/or within a known range, and gaps outside this range should no longer be connected. |
||||||
@ -0,0 +1,12 @@ |
|||||||
|
--- |
||||||
|
title: Disconnect values |
||||||
|
--- |
||||||
|
|
||||||
|
### Disconnect values |
||||||
|
|
||||||
|
Choose whether to set a threshold above which values in the data should be disconnected. |
||||||
|
|
||||||
|
{{< figure src="/media/docs/grafana/screenshot-grafana-10-1-disconnect-values.png" max-width="750px" >}} |
||||||
|
|
||||||
|
- **Never:** Time series data points in the the data are never disconnected. |
||||||
|
- **Threshold:** Specify a threshold above which values in the data are disconnected. This can be useful when desired values in the data are of a known size and/or within a known range, and values outside this range should no longer be connected. |
||||||
Loading…
Reference in new issue