Fix broken link. (#9555)

Fix broken link from Creating Custom Tick Formats section to the Tick
API page.
This commit is contained in:
Ewan Mellor 2021-08-17 02:29:18 -07:00 committed by GitHub
parent 3792f9dbf7
commit fdd3ede6aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.