Skip to content

Commit

Permalink
Document padding option for ticks configuration (chartjs#5795)
Browse files Browse the repository at this point in the history
  • Loading branch information
JEphron authored and simonbrunel committed Nov 1, 2018
1 parent 4a5e5fb commit 1bebd7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/axes/styling.md
Expand Up @@ -38,6 +38,7 @@ The tick configuration is nested under the scale configuration in the `ticks` ke
| `reverse` | `Boolean` | `false` | Reverses order of tick labels.
| `minor` | `object` | `{}` | Minor ticks configuration. Omitted options are inherited from options above.
| `major` | `object` | `{}` | Major ticks configuration. Omitted options are inherited from options above.
| `padding` | `Number` | `0` | Sets the offset of the tick labels from the axis

## Minor Tick Configuration
The minorTick configuration is nested under the ticks configuration in the `minor` key. It defines options for the minor tick marks that are generated by the axis. Omitted options are inherited from `ticks` configuration.
Expand Down

0 comments on commit 1bebd7a

Please sign in to comment.