Skip to content

Commit

Permalink
fix broken dataviz links (#2468)
Browse files Browse the repository at this point in the history
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
theiliad and kodiakhq[bot] authored Jul 29, 2021
1 parent b1d9a87 commit d5627f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/data-visualization/chart-anatomy/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

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

Expand Down
2 changes: 1 addition & 1 deletion src/pages/data-visualization/complex-charts/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

1 comment on commit d5627f1

@vercel
Copy link

@vercel vercel bot commented on d5627f1 Jul 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.