From e0f44051b5bb9107a01cb29713099d372925ea3d Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 22 May 2020 14:32:15 -0700 Subject: [PATCH] Docs: fix z-index default (#7405) --- docs/docs/axes/styling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/axes/styling.md b/docs/docs/axes/styling.md index 21a201911..422124eec 100644 --- a/docs/docs/axes/styling.md +++ b/docs/docs/axes/styling.md @@ -46,7 +46,7 @@ The tick configuration is nested under the scale configuration in the `ticks` ke | `major` | `object` | | `{}` | Major ticks configuration. | `padding` | `number` | | `0` | Sets the offset of the tick labels from the axis | `reverse` | `boolean` | | `false` | Reverses order of tick labels. -| `z` | `number` | `0` | | z-index of tick layer. Useful when ticks are drawn on chart area. Values <= 0 are drawn under datasets, > 0 on top. +| `z` | `number` | | `0` | z-index of tick layer. Useful when ticks are drawn on chart area. Values <= 0 are drawn under datasets, > 0 on top. ## Major Tick Configuration -- 2.47.2