From d5627f1f3b96a36b02f27aabc60923e7c8669482 Mon Sep 17 00:00:00 2001 From: Eliad Moosavi Date: Thu, 29 Jul 2021 17:54:30 -0400 Subject: [PATCH] fix broken dataviz links (#2468) Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com> --- src/pages/data-visualization/chart-anatomy/index.mdx | 4 ++-- src/pages/data-visualization/complex-charts/index.mdx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/data-visualization/chart-anatomy/index.mdx b/src/pages/data-visualization/chart-anatomy/index.mdx index 686999b69fc..1da4bd378c6 100644 --- a/src/pages/data-visualization/chart-anatomy/index.mdx +++ b/src/pages/data-visualization/chart-anatomy/index.mdx @@ -69,7 +69,7 @@ should also reflect the main insight the data reveals. The legend should explain the chart’s meaning by defining the association of each visual property, such as color, shape, and size, to the corresponding data. When possible, use labels directly on the chart to avoid long legends. All the text should be concise and -easy to understand. [Read more on legend usage.](../data-visualization/legends) +easy to understand. [Read more on legend usage.](/data-visualization/legends) #### Tooltips @@ -86,7 +86,7 @@ numbers. Axes, ticks, and the grid should help the reader understand the proportions and scale of the data, the indicators involved, and their unit of measure. Avoid filling the chart frame with too many elements, as it impacts the user’s ability to interpret the data. -[Read more on axes usage.](../data-visualization/axes-and-labels) +[Read more on axes usage.](/data-visualization/axes-and-labels) ## Circular charts diff --git a/src/pages/data-visualization/complex-charts/index.mdx b/src/pages/data-visualization/complex-charts/index.mdx index 542354539b9..da5e7b7a82b 100755 --- a/src/pages/data-visualization/complex-charts/index.mdx +++ b/src/pages/data-visualization/complex-charts/index.mdx @@ -140,7 +140,7 @@ increasing the contrast of the second hue to the other end of the scale. The neutral midpoint is often referred to as the "inflection point" (for example, a 0 value midway between -100 and +100). -[Divergent scales](../data-visualization/color-palettes#diverging-palettes) +[Divergent scales](/data-visualization/color-palettes#diverging-palettes) require three colors for their correspondent values (min, max, and inflection point) and Carbon has provided two approved palettes for divergent visualizations. Although the examples here use the "discrete" (stepped scale)