mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Need connect null values content (#35070)
* updated content * Added details on Connect Null Values and changed link for image * Fixed poor grammar * Fixed poor grammar * updated the descriptions and modified some language * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-lines.md * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-lines.md Co-authored-by: Petros Kolyvas <code@petros.io>
This commit is contained in:
parent
1c40d723b3
commit
65f9eca844
@ -146,21 +146,25 @@ Dot spacing set to 0, 30:
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
### Null values
|
### Connect null values
|
||||||
|
|
||||||
Choose how null values (gaps in the data) are displayed on the graph.
|
Choose how null values (gaps in the data) are displayed on the graph. Null values can be connected to form a continuous line or, optionally, set a threshold above which gaps in the data should no longer be connected.
|
||||||
|
|
||||||
#### Gaps
|

|
||||||
|
|
||||||
If there is a gap in the series, the line in the graph will be broken and show the gap.
|
#### Never
|
||||||
|
|
||||||

|
Time series data points with gaps in the the data are never connected.
|
||||||
|
|
||||||
#### Connected
|
#### Always
|
||||||
|
|
||||||
If there is a gap in the series, the line will skip the gap and connect to the next non-null value.
|
Time series data points with gaps in the the data are always connected.
|
||||||
|
|
||||||

|
#### Threshold
|
||||||
|
|
||||||
|
A threshold can be set above which gaps in the data should no longer be 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.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
### Show points
|
### Show points
|
||||||
|
|
||||||
|
@ -90,6 +90,7 @@ The Time series is out of beta! We are removing the `Beta` tag and graduating th
|
|||||||
- **Time series** is now the default visualization option, replacing the **Graph (old)**.
|
- **Time series** is now the default visualization option, replacing the **Graph (old)**.
|
||||||
- The Time series panel now supports stacking. For more information, refer to [Graph stacked time series]({{< relref "../panels/visualizations/time-series/graph-time-series-stacking.md" >}}).
|
- The Time series panel now supports stacking. For more information, refer to [Graph stacked time series]({{< relref "../panels/visualizations/time-series/graph-time-series-stacking.md" >}}).
|
||||||
- You can now add alerts in the Time series panel, just like the old Graph panel.
|
- You can now add alerts in the Time series panel, just like the old Graph panel.
|
||||||
|
- Updated [connect null values]({{< relref "../panels/visualizations/time-series/graph-time-series-as-lines.md#connect-null-values" >}}) options.
|
||||||
- We added support for a shared crosshair and a tooltip that’s now smarter when it comes to data display in the tooltip.
|
- We added support for a shared crosshair and a tooltip that’s now smarter when it comes to data display in the tooltip.
|
||||||
- Various performance improvements.
|
- Various performance improvements.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user