Skip to content

Commit

Permalink
Fix dead link on reload or open in new tab (#10515)
Browse files Browse the repository at this point in the history
* make link work in github itself

* fix dead link on reload or new tab
  • Loading branch information
LeeLenaleee committed Jul 25, 2022
1 parent 3c56061 commit de3596d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/axes/labelling.md
Expand Up @@ -31,7 +31,7 @@ The call to the method is scoped to the scale. `this` inside the method is the s
If the callback returns `null` or `undefined` the associated grid line will be hidden.

:::tip
The [category axis](../axes/cartesian/category), which is the default x-axis for line and bar charts, uses the `index` as internal data format. For accessing the label, use `this.getLabelForValue(value)`. [API: getLabelForValue](../api/classes/scale.html#getlabelforvalue)
The [category axis](../axes/cartesian/category), which is the default x-axis for line and bar charts, uses the `index` as internal data format. For accessing the label, use `this.getLabelForValue(value)`. [API: getLabelForValue](../api/classes/Scale.html#getlabelforvalue)
:::

In the following example, every label of the Y-axis would be displayed with a dollar sign at the front.
Expand Down

0 comments on commit de3596d

Please sign in to comment.