[v10.4.x] Docs: add time series visualization Play link (#85993)

Co-authored-by: Isabel Matwawana <isabel.matwawana@grafana.com>
Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com>
Co-authored-by: David Allen <david.allen@grafana.com>
This commit is contained in:
grafana-delivery-bot[bot]
2024-04-24 12:34:16 +01:00
committed by GitHub
co-authored by Isabel Matwawana Isabel Matwawana David Allen
parent de23625b5d
commit 88930e7dee
@@ -38,7 +38,7 @@ weight: 10
{{< figure src="/static/img/docs/time-series-panel/time_series_small_example.png" max-width="1200px" caption="Time series" >}} {{< figure src="/static/img/docs/time-series-panel/time_series_small_example.png" max-width="1200px" caption="Time series" >}}
Time series visualizations are the default and primary way to visualize time series data as a graph. They can render series as lines, points, or bars. They're 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 of how a time series visualization can be configured and styled. Time series visualizations are the default and primary way to visualize time series data as a graph. They can render series as lines, points, or bars. They're versatile enough to display almost any time-series data.
{{% admonition type="note" %}} {{% admonition type="note" %}}
You can migrate from the old Graph visualization to the new time series visualization. To migrate, open the panel and click the **Migrate** button in the side pane. You can migrate from the old Graph visualization to the new time series visualization. To migrate, open the panel and click the **Migrate** button in the side pane.
@@ -48,6 +48,8 @@ The following video guides you through the creation steps and common customizati
{{< youtube id="RKtW87cPxsw" >}} {{< youtube id="RKtW87cPxsw" >}}
{{< docs/play title="Time Series Visualizations in Grafana" url="https://play.grafana.org/d/000000016/" >}}
## Tooltip options ## Tooltip options
Tooltip options control the information overlay that appears when you hover over data points in the graph. Tooltip options control the information overlay that appears when you hover over data points in the graph.