fixes time-series relrefs (#53851)

This commit is contained in:
Christopher Moyer 2022-08-17 14:22:52 -05:00 committed by GitHub
parent 085258c035
commit 5cbc579955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 7 deletions

View File

@ -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)

View File

@ -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 thats now smarter when it comes to data display in the tooltip.
- Various performance improvements.

View File

@ -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