Skip to content

Commit

Permalink
Add description on tick label callback parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix committed Mar 23, 2019
1 parent 967ff23 commit 20836be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/axes/labelling.md
Expand Up @@ -42,3 +42,5 @@ var chart = new Chart(ctx, {
}
});
```

The third parameter passed to the callback function is an array of labels, but in the time scale, it is an array of `{label: string, major: boolean}` objects.

0 comments on commit 20836be

Please sign in to comment.