From 1732aa42ef437eeb48b2ad9f07b91bd9e132b358 Mon Sep 17 00:00:00 2001 From: "grafana-delivery-bot[bot]" <132647405+grafana-delivery-bot[bot]@users.noreply.github.com> Date: Mon, 26 Jun 2023 13:53:58 -0400 Subject: [PATCH] [v10.0.x] docs: fix broken links in Configure legend (#70711) docs: fix broken links in Configure legend (#70696) * fix broken links * fix remaining broken links (cherry picked from commit 2d261e7aef26974293c562d87016272637486fb2) Co-authored-by: Isabel <76437239+imatwawana@users.noreply.github.com> --- .../configure-legend/index.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/sources/panels-visualizations/configure-legend/index.md b/docs/sources/panels-visualizations/configure-legend/index.md index 59e2898fac4..70a4f96c4be 100644 --- a/docs/sources/panels-visualizations/configure-legend/index.md +++ b/docs/sources/panels-visualizations/configure-legend/index.md @@ -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: -- [Bar chart]({{< relref "../bar-chart/" >}}) -- [Histogram]({{< relref "../histogram/" >}}) -- [Pie chart]({{< relref "../pie-chart/" >}}) -- [State timeline]({{< relref "../state-timeline/" >}}) -- [Status history]({{< relref "../status-history/" >}}) -- [Time series]({{< relref "../time-series/" >}}) +- [Bar chart]({{< relref "../visualizations/bar-chart/" >}}) +- [Histogram]({{< relref "../visualizations/histogram/" >}}) +- [Pie chart]({{< relref "../visualizations/pie-chart/" >}}) +- [State timeline]({{< relref "../visualizations/state-timeline/" >}}) +- [Status history]({{< relref "../visualizations/status-history/" >}}) +- [Time series]({{< relref "../visualizations/time-series/" >}}) ## 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 -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. The sort order affects the positions of the bars in the Bar chart panel as well as the order of stacked series in the Time series and Bar chart panels.