Files
Christopher Moyer a568d421f8 Docs: Setup refactor (#49739)
* builds out refactored setup topics

* Automatically fix some relrefs with mv-manager

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Use refs for tutorials content which is outside of this repository

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Manually fix complicated relrefs

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* consolidates team sync and db encryption topics

* Fix relrefs

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* updates setup index file

* Convert TOML to YAML

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Add current alias for new alerting content

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Add current aliases to new setup-grafana and configure-security pages

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* Update docs/sources/setup-grafana/configure-grafana/_index.md

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

* moves saml docs, updates order in TOC

* Manually fix relrefs

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

* added usage insights topics, adjusted weights

* corrected relrefs

* Fix relrefs broken in rebase

Signed-off-by: Jack Baldry <jack.baldry@grafana.com>

Co-authored-by: Jack Baldry <jack.baldry@grafana.com>
Co-authored-by: Torkel Ödegaard <torkel@grafana.com>
2022-06-02 11:57:22 -05:00

2.3 KiB

aliases keywords title weight
/docs/grafana/latest/panels/visualizations/time-series/
/docs/grafana/latest/visualizations/time-series/
grafana
graph panel
time series panel
documentation
guide
graph
Time series 1200

Time series

{{< figure src="/static/img/docs/time-series-panel/time_series_small_example.png" max-width="1200px" caption="Time series" >}}

Time series visualization is the default and primary way to visualize time series data. It can render as a line, a path of dots, or a series of bars. It is versatile enough to display almost any time-series data. This public demo dashboard contains many different examples for how this visualization can be configured and styled.

Note: You can migrate Graph panel visualizations to Time series visualizations. To migrate, open the panel and then select the Time series visualization. Grafana transfers all applicable settings.

Common time series options

These options are available whether you are graphing your time series as lines, bars, or points.

{{< docs/shared "visualizations/tooltip-mode.md" >}}

{{< docs/shared "visualizations/legend-mode.md" >}}

Legend calculations

Choose which of the [standard calculations]({{< relref "../../panels/calculation-types/" >}}) to show in the legend. You can have more than one.

Graph styles

Use these options to choose how to display your time series data.

  • [Graph time series as lines]({{< relref "graph-time-series-as-lines/" >}})
  • [Graph time series as bars]({{< relref "graph-time-series-as-bars/" >}})
  • [Graph time series as points]({{< relref "graph-time-series-as-points/" >}})
  • [Graph stacked time series]({{< relref "graph-time-series-stacking/" >}})
  • [Graph and color schemes]({{< relref "graph-color-scheme/" >}})

Transform

Use this option to transform the series values without affecting the values shown in the tooltip, context menu, and legend.

  • Negative Y transform - Flip the results to negative values on the Y axis.
  • Constant - Show first value as a constant line.

Note: Transform option is only available as an override.

Axis

For more information about adjusting your time series axes, refer to [Change axis display]({{< relref "change-axis-display/" >}}).