mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fixes time-series relrefs (#53851)
This commit is contained in:
parent
085258c035
commit
5cbc579955
@ -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)
|
||||
|
||||
|
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user