mirror of
https://github.com/chartjs/Chart.js.git
synced 2025-12-08 20:36:08 +00:00
Fix broken link. (#9555)
Fix broken link from Creating Custom Tick Formats section to the Tick API page.
This commit is contained in:
parent
3792f9dbf7
commit
fdd3ede6aa
@ -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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user