Skip to content

Commit 9ac7cd1

Browse files
authored
d3js link (#1721)
1 parent 9246dae commit 9ac7cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/transforms/normalize.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ The [select transform](./select.md) is used to label the endpoints of each line.
6363
:::
6464

6565
:::info
66-
This example uses an [immediately-invoked function expression (IIFE)](https://developer.mozilla.org/en-US/docs/Glossary/IIFE) for the **tickFormat** option so that the [d3.format](https://github.com/d3/d3-format) only needs to be constructed once.
66+
This example uses an [immediately-invoked function expression (IIFE)](https://developer.mozilla.org/en-US/docs/Glossary/IIFE) for the **tickFormat** option so that the [d3.format](https://d3js.org/d3-format) only needs to be constructed once.
6767
:::
6868

6969
The normalize transform converts absolute values into relative ones. So, if **y** is [*y₀*, *y₁*, *y₂*, …] and the *first* basis is used with [normalizeY](#normalizey-basis-options), the resulting output **y** channel is [*y₀* / *y₀*, *y₁* / *y₀*, *y₂* / *y₀*, …]. But it’s a bit more complicated than this in practice since **y** is first grouped by **z**, **fill**, or **stroke** into separate series.

0 commit comments

Comments
 (0)