]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Docs: fix z-index default (#7405)
authorBen McCann <322311+benmccann@users.noreply.github.com>
Fri, 22 May 2020 21:32:15 +0000 (14:32 -0700)
committerGitHub <noreply@github.com>
Fri, 22 May 2020 21:32:15 +0000 (17:32 -0400)
docs/docs/axes/styling.md

index 21a201911e393ec2dddb97ee328c70a9a3e34139..422124eeca73c2a6750b66f4f7f8bc7e81893d3c 100644 (file)
@@ -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 &lt;= 0 are drawn under datasets, &gt; 0 on top.
+| `z` | `number` | | `0` | z-index of tick layer. Useful when ticks are drawn on chart area. Values &lt;= 0 are drawn under datasets, &gt; 0 on top.
 
 ## Major Tick Configuration