diff --git a/docs/axes/styling.md b/docs/axes/styling.md index 12a170f3e54..0e45efcd62e 100644 --- a/docs/axes/styling.md +++ b/docs/axes/styling.md @@ -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.