Docs: Update 8.0 time series content (#34088)

* Update graph-panel.md

* Update graph-panel.md

* Update whats-new-in-v8-0.md

* added content

* Update graph-time-series-as-lines.md

* content updates

* added shared content

* Update graph-time-series-stacking.md

* Update whats-new-in-v8-0.md
This commit is contained in:
Diana Payton
2021-05-14 13:15:17 -04:00
committed by GitHub
parent 9e1f0e6957
commit 6ff5fc7a7c
9 changed files with 44 additions and 6 deletions
@@ -1,13 +1,13 @@
+++
title = "Graph panel"
title = "Graph panel (old)"
keywords = ["grafana", "graph panel", "documentation", "guide", "graph"]
aliases = ["/docs/grafana/latest/reference/graph/", "/docs/grafana/latest/features/panels/graph/"]
weight = 500
+++
# Graph panel
# Graph panel (old)
This visualization is the most-used in the Grafana ecosystem. It can render as a line, a path of dots, or a series of bars. This type of graph is versatile enough to display almost any time-series data.
The graph panel can render metrics as a line, a path of dots, or a series of bars. This type of graph is versatile enough to display almost any time-series data.
## Data and field options
@@ -26,6 +26,7 @@ You can also use field options to create different types of graphs or adjust you
- [Graph time series as bars]({{< relref "graph-time-series-as-bars.md" >}})
- [Graph time series as points]({{< relref "graph-time-series-as-points.md" >}})
- [Change axis display]({{< relref "change-axis-display.md" >}})
- [Graph stacked time series]({{< relref "graph-time-series-stacking.md" >}})
## Display options
@@ -133,6 +133,10 @@ Never show the points.
![Show points point never example](/img/docs/time-series-panel/bar-graph-show-points-never-7-4.png)
{{< docs/shared "visualizations/stack-series-link.md" >}}
{{< docs/shared "visualizations/change-axis-link.md" >}}
## Bar graph examples
Below are some bar graph examples to give you ideas.
@@ -197,6 +197,10 @@ Never show the points.
![Show points point never example](/img/docs/time-series-panel/line-graph-show-points-never-7-4.png)
{{< docs/shared "visualizations/stack-series-link.md" >}}
{{< docs/shared "visualizations/change-axis-link.md" >}}
## Fill below to
This option is only available as in the Overrides tab.
@@ -42,3 +42,7 @@ Point size set to 20:
Point size set to 35:
![Show points point size 35 example](/img/docs/time-series-panel/points-graph-show-points-35-7-4.png)
{{< docs/shared "visualizations/stack-series-link.md" >}}
{{< docs/shared "visualizations/change-axis-link.md" >}}
@@ -49,10 +49,9 @@ Stack series in the same group. In the Overrides section:
1. Create a field override for **Stack series** option.
![Stack series override](/img/docs/time-series-panel/stacking-override-default-8-0.png)
![Stack series override](/img/docs/time-series-panel/stacking-override-default-8-0.png)
1. Click on **Normal** stacking mode.
1. Click on **Normal** stacking mode.
1. Name the stacking group you want the series to appear in. The stacking group name option is only available when creating an override.
![Stack series override](/img/docs/time-series-panel/stack-series-override-editor-8-0)