The open and composable observability and data visualization platform. Visualize metrics, logs, and traces from multiple sources like Prometheus, Loki, Elasticsearch, InfluxDB, Postgres and many more.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
grafana/docs/sources/visualizations/time-series/_index.md

58 lines
2.3 KiB

---
aliases:
- /docs/grafana/latest/panels/visualizations/time-series/
- /docs/grafana/latest/visualizations/time-series/
keywords:
- grafana
- graph panel
- time series panel
- documentation
- guide
- graph
title: Time series
weight: 1200
---
Docs: Time series panel (#30690) * Create _index.md * Update standard-field-options.md * added content * added content * Update create-line-graphs.md * Update create-line-graphs.md * Create create-bar-graphs.md * Update create-line-graphs.md * created scatter plot graphs topic * Update create-scatter-plot-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * Update create-line-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * added links and content * added links * Update change-axis-display.md * renamed files * Update whats-new-in-v7-4.md * Update graph-time-series-as-lines.md * Updated names and verbiage * Update _index.md * Update _index.md * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-bars.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-lines.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update graph-time-series-as-bars.md * Update graph-time-series-as-lines.md * Update graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
4 years ago
# Time series
Docs: Time series panel (#30690) * Create _index.md * Update standard-field-options.md * added content * added content * Update create-line-graphs.md * Update create-line-graphs.md * Create create-bar-graphs.md * Update create-line-graphs.md * created scatter plot graphs topic * Update create-scatter-plot-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * Update create-line-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * added links and content * added links * Update change-axis-display.md * renamed files * Update whats-new-in-v7-4.md * Update graph-time-series-as-lines.md * Updated names and verbiage * Update _index.md * Update _index.md * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-bars.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-lines.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update graph-time-series-as-bars.md * Update graph-time-series-as-lines.md * Update graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
4 years ago
{{< figure src="/static/img/docs/time-series-panel/time_series_small_example.png" max-width="1200px" caption="Time series" >}}
Docs: Time series panel (#30690) * Create _index.md * Update standard-field-options.md * added content * added content * Update create-line-graphs.md * Update create-line-graphs.md * Create create-bar-graphs.md * Update create-line-graphs.md * created scatter plot graphs topic * Update create-scatter-plot-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * Update create-line-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * added links and content * added links * Update change-axis-display.md * renamed files * Update whats-new-in-v7-4.md * Update graph-time-series-as-lines.md * Updated names and verbiage * Update _index.md * Update _index.md * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-bars.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-lines.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update graph-time-series-as-bars.md * Update graph-time-series-as-lines.md * Update graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
4 years ago
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](https://play.grafana.org/d/000000016/1-time-series-graphs?orgId=1) contains many different examples for how this visualization can be configured and styled.
Docs: Time series panel (#30690) * Create _index.md * Update standard-field-options.md * added content * added content * Update create-line-graphs.md * Update create-line-graphs.md * Create create-bar-graphs.md * Update create-line-graphs.md * created scatter plot graphs topic * Update create-scatter-plot-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * Update create-line-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * added links and content * added links * Update change-axis-display.md * renamed files * Update whats-new-in-v7-4.md * Update graph-time-series-as-lines.md * Updated names and verbiage * Update _index.md * Update _index.md * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-bars.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-lines.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update graph-time-series-as-bars.md * Update graph-time-series-as-lines.md * Update graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
4 years ago
> **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.
Docs: Time series panel (#30690) * Create _index.md * Update standard-field-options.md * added content * added content * Update create-line-graphs.md * Update create-line-graphs.md * Create create-bar-graphs.md * Update create-line-graphs.md * created scatter plot graphs topic * Update create-scatter-plot-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * Update create-line-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * added links and content * added links * Update change-axis-display.md * renamed files * Update whats-new-in-v7-4.md * Update graph-time-series-as-lines.md * Updated names and verbiage * Update _index.md * Update _index.md * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-bars.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-lines.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update graph-time-series-as-bars.md * Update graph-time-series-as-lines.md * Update graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
4 years ago
## Common time series options
Docs: Time series panel (#30690) * Create _index.md * Update standard-field-options.md * added content * added content * Update create-line-graphs.md * Update create-line-graphs.md * Create create-bar-graphs.md * Update create-line-graphs.md * created scatter plot graphs topic * Update create-scatter-plot-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * Update create-line-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * added links and content * added links * Update change-axis-display.md * renamed files * Update whats-new-in-v7-4.md * Update graph-time-series-as-lines.md * Updated names and verbiage * Update _index.md * Update _index.md * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-bars.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-lines.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update graph-time-series-as-bars.md * Update graph-time-series-as-lines.md * Update graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
4 years ago
These options are available whether you are graphing your time series as lines, bars, or points.
Docs: Time series panel (#30690) * Create _index.md * Update standard-field-options.md * added content * added content * Update create-line-graphs.md * Update create-line-graphs.md * Create create-bar-graphs.md * Update create-line-graphs.md * created scatter plot graphs topic * Update create-scatter-plot-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * Update create-line-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * added links and content * added links * Update change-axis-display.md * renamed files * Update whats-new-in-v7-4.md * Update graph-time-series-as-lines.md * Updated names and verbiage * Update _index.md * Update _index.md * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-bars.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-lines.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update graph-time-series-as-bars.md * Update graph-time-series-as-lines.md * Update graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
4 years ago
{{< docs/shared "visualizations/tooltip-mode.md" >}}
Docs: Time series panel (#30690) * Create _index.md * Update standard-field-options.md * added content * added content * Update create-line-graphs.md * Update create-line-graphs.md * Create create-bar-graphs.md * Update create-line-graphs.md * created scatter plot graphs topic * Update create-scatter-plot-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * Update create-line-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * added links and content * added links * Update change-axis-display.md * renamed files * Update whats-new-in-v7-4.md * Update graph-time-series-as-lines.md * Updated names and verbiage * Update _index.md * Update _index.md * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-bars.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-lines.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update graph-time-series-as-bars.md * Update graph-time-series-as-lines.md * Update graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
4 years ago
{{< docs/shared "visualizations/legend-mode.md" >}}
Docs: Time series panel (#30690) * Create _index.md * Update standard-field-options.md * added content * added content * Update create-line-graphs.md * Update create-line-graphs.md * Create create-bar-graphs.md * Update create-line-graphs.md * created scatter plot graphs topic * Update create-scatter-plot-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * Update create-line-graphs.md * Update create-bar-graphs.md * Update create-scatter-plot-graphs.md * added links and content * added links * Update change-axis-display.md * renamed files * Update whats-new-in-v7-4.md * Update graph-time-series-as-lines.md * Updated names and verbiage * Update _index.md * Update _index.md * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-bars.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-lines.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update docs/sources/panels/visualizations/time-series/graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com> * Update graph-time-series-as-bars.md * Update graph-time-series-as-lines.md * Update graph-time-series-as-points.md Co-authored-by: Ursula Kallio <73951760+osg-grafana@users.noreply.github.com>
4 years ago
### 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/" >}}).