docs: refactor work, combines time-series topics (#53530)

* combines time-series topics

* makes prettier

* Progress on new time series docs

* Move annotation docs to dashboard annotation topic, simplify and update text for axis docs and color scheme docs

* Minor tweaks

* Move titles from shared files into the topic and add some intro paragraphs

* Fix double axis headings

* Test new image

* starts copyedit

* copy edit

* Update docs/sources/visualizations/time-series/index.md

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>

* Update docs/sources/visualizations/time-series/index.md

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>

* fixes typos

* adjust path to images

Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
This commit is contained in:
Christopher Moyer
2022-08-12 08:20:23 +02:00
committed by GitHub
co-authored by Torkel Ödegaard
parent 7f0002448d
commit 01bb83853c
12 changed files with 298 additions and 778 deletions
@@ -6,7 +6,7 @@ title: Legend mode and legend placement
### Legend mode
Use these settings to refine how the legend appears in your visualization.
Use these settings to define how the legend appears in your visualization. For more information about the legend, refer to [Configure a legend](../configure-legend/).
- **List -** Displays the legend as a list. This is a default display mode of the legend.
- **Table -** Displays the legend as a table.
@@ -18,3 +18,7 @@ Choose where to display the legend.
- **Bottom -** Below the graph.
- **Right -** To the right of the graph.
### Legend values
Choose which of the [standard calculations]({{< relref "../../panels/calculation-types/" >}}) to show in the legend. You can have more than one.
@@ -12,4 +12,4 @@ When you hover your cursor over the visualization, Grafana can display tooltips.
- **All -** The hover tooltip shows all series in the visualization. Grafana highlights the series that you are hovering over in bold in the series list in the tooltip.
- **Hidden -** Do not display the tooltip when you interact with the visualization.
> **Note:** Use an override to hide individual series from the tooltip.
Use an override to hide individual series from the tooltip.