Skip to content

Commit

Permalink
Fix broken link. (#9555)
Browse files Browse the repository at this point in the history
Fix broken link from Creating Custom Tick Formats section to the Tick
API page.
  • Loading branch information
ewanmellor committed Aug 17, 2021
1 parent 3792f9d commit fdd3ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/axes/labelling.md
Expand Up @@ -24,7 +24,7 @@ The method receives 3 arguments:

* `value` - the tick value in the **internal data format** of the associated scale.
* `index` - the tick index in the ticks array.
* `ticks` - the array containing all of the [tick objects](../api/interfaces/tick).
* `ticks` - the array containing all of the [tick objects](../api/interfaces/Tick).

The call to the method is scoped to the scale. `this` inside the method is the scale object.

Expand Down

0 comments on commit fdd3ede

Please sign in to comment.