docs: fix broken links in Configure legend (#70696)

* fix broken links

* fix remaining broken links
This commit is contained in:
Isabel 2023-06-26 13:47:18 -04:00 committed by GitHub
parent a742149687
commit 2d261e7aef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,12 +30,12 @@ When you apply your changes, the visualization changes appear to all users of th
This topic currently applies to the following visualizations: This topic currently applies to the following visualizations:
- [Bar chart]({{< relref "../bar-chart/" >}}) - [Bar chart]({{< relref "../visualizations/bar-chart/" >}})
- [Histogram]({{< relref "../histogram/" >}}) - [Histogram]({{< relref "../visualizations/histogram/" >}})
- [Pie chart]({{< relref "../pie-chart/" >}}) - [Pie chart]({{< relref "../visualizations/pie-chart/" >}})
- [State timeline]({{< relref "../state-timeline/" >}}) - [State timeline]({{< relref "../visualizations/state-timeline/" >}})
- [Status history]({{< relref "../status-history/" >}}) - [Status history]({{< relref "../visualizations/status-history/" >}})
- [Time series]({{< relref "../time-series/" >}}) - [Time series]({{< relref "../visualizations/time-series/" >}})
## Add values to a legend ## Add values to a legend
@ -67,7 +67,7 @@ By default, Grafana specifies the color of your series data, which you can chang
## Sort series ## Sort series
You can change legend mode to **Table** and choose [calculations]({{< relref "../../calculation-types/" >}}) to be displayed in the legend. Click the calculation name header in the legend table to sort the values in the table in ascending or descending order. You can change legend mode to **Table** and choose [calculations]({{< relref "../calculation-types/" >}}) to be displayed in the legend. Click the calculation name header in the legend table to sort the values in the table in ascending or descending order.
{{% admonition type="note" %}} {{% admonition type="note" %}}
This feature is only supported in these panels: Bar chart, Histogram, Time series. This feature is only supported in these panels: Bar chart, Histogram, Time series.