mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-08 09:16:51 +01:00
Fix broken link. (#9555)
Fix broken link from Creating Custom Tick Formats section to the Tick API page.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user