From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 22 May 2020 21:32:15 +0000 (-0700) Subject: Docs: fix z-index default (#7405) X-Git-Tag: v3.0.0-beta.2~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0f44051b5bb9107a01cb29713099d372925ea3d;p=thirdparty%2FChart.js.git Docs: fix z-index default (#7405) --- 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