From a0e7ded34f181f229c48eab2ef91874ed95c03c7 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Wed, 17 Aug 2022 21:37:54 +0200 Subject: [PATCH] fixes time-series relrefs (#53851) (#53854) (cherry picked from commit 5cbc579955d0af6dfb69ba25213e3679c4b167b4) Co-authored-by: Christopher Moyer <35463610+chri2547@users.noreply.github.com> --- docs/sources/whatsnew/whats-new-in-v7-4.md | 8 ++++---- docs/sources/whatsnew/whats-new-in-v8-0.md | 4 ++-- docs/sources/whatsnew/whats-new-in-v8-1.md | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/sources/whatsnew/whats-new-in-v7-4.md b/docs/sources/whatsnew/whats-new-in-v7-4.md index 2e9513e8656..f19a0f02169 100644 --- a/docs/sources/whatsnew/whats-new-in-v7-4.md +++ b/docs/sources/whatsnew/whats-new-in-v7-4.md @@ -38,10 +38,10 @@ Apart from major performance improvements, the new Time series panel implements The following documentation topics were added for this feature: - [Time series panel]({{< relref "../visualizations/time-series/" >}}) -- [Graph time series as lines]({{< relref "../visualizations/time-series/graph-time-series-as-lines/" >}}) -- [Graph time series as bars]({{< relref "../visualizations/time-series/graph-time-series-as-bars/" >}}) -- [Graph time series as points]({{< relref "../visualizations/time-series/graph-time-series-as-points/" >}}) -- [Change axis display]({{< relref "../visualizations/time-series/change-axis-display/" >}}) +- [Graph time series as lines]({{< relref "../visualizations/time-series#line-style" >}}) +- [Graph time series as bars]({{< relref "../visualizations/time-series#bar-alignment" >}}) +- [Graph time series as points]({{< relref "../visualizations/time-series#show-points" >}}) +- [Change axis display]({{< relref "../visualizations/time-series#axis-options" >}}) ### Node graph panel visualization (Beta) diff --git a/docs/sources/whatsnew/whats-new-in-v8-0.md b/docs/sources/whatsnew/whats-new-in-v8-0.md index 5253e744928..410c96d1c69 100644 --- a/docs/sources/whatsnew/whats-new-in-v8-0.md +++ b/docs/sources/whatsnew/whats-new-in-v8-0.md @@ -95,9 +95,9 @@ For more information, refer to [Histogram]({{< relref "../visualizations/histogr The Time series is out of beta! We are removing the `Beta` tag and graduating the Time series visualization to a stable state. - **Time series** is now the default visualization option, replacing the **Graph (old)**. -- The Time series panel now supports stacking. For more information, refer to [Graph stacked time series]({{< relref "../visualizations/time-series/graph-time-series-stacking/" >}}). +- The Time series panel now supports stacking. For more information, refer to [Graph stacked time series]({{< relref "../visualizations/time-series#stack-series" >}}). - You can now add alerts in the Time series panel, just like the old Graph panel. -- Updated [connect null values]({{< relref "../visualizations/time-series/graph-time-series-as-lines/#connect-null-values" >}}) options. +- Updated [connect null values]({{< relref "../visualizations/time-series#connect-null-values" >}}) options. - We added support for a shared crosshair and a tooltip that’s now smarter when it comes to data display in the tooltip. - Various performance improvements. diff --git a/docs/sources/whatsnew/whats-new-in-v8-1.md b/docs/sources/whatsnew/whats-new-in-v8-1.md index 8ec1d95c442..01f493a3928 100644 --- a/docs/sources/whatsnew/whats-new-in-v8-1.md +++ b/docs/sources/whatsnew/whats-new-in-v8-1.md @@ -52,7 +52,7 @@ Color scheme: **Green-Yellow-Red (by value)** For more on how to configure Graphs with by value color schemes read [Graph and color schemes]({{< relref "../visualizations/time-series/" >}}). -You can also create [annotations]({{< relref "../visualizations/time-series/annotate-time-series/" >}}) in the new Time series panel bringing it closer to parity with the legacy Graph panel. To learn more, refer to the [time series panel]({{< relref "../visualizations/time-series/" >}}). +You can also create annotations in the new Time series panel bringing it closer to parity with the legacy Graph panel. To learn more, refer to the [time series panel]({{< relref "../visualizations/time-series/" >}}). ### Transformations improvements