]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Remove empty line from the options table (#8274)
authorstockiNail <stocki.nail@gmail.com>
Thu, 7 Jan 2021 19:48:49 +0000 (20:48 +0100)
committerGitHub <noreply@github.com>
Thu, 7 Jan 2021 19:48:49 +0000 (21:48 +0200)
docs/docs/axes/styling.mdx

index 1620e61a24b197e968b1d58f845b2ab93ed82db5..849368b5f5bb7ef0280951c09e7226691ec3e931 100644 (file)
@@ -29,7 +29,6 @@ The grid line configuration is nested under the scale configuration in the `grid
 | `tickColor` | [`Color`](../general/colors.md) | Yes | Yes | | Color of the tick line. If unset, defaults to the grid line color.
 | `tickLength` | `number` | | | `10` | Length in pixels that the grid lines will draw into the axis area.
 | `tickWidth` | `number` | Yes | Yes | | Width of the tick mark in pixels. If unset, defaults to the grid line width.
-
 | `z` | `number` | | | `0` | z-index of gridline layer. Values &lt;= 0 are drawn under datasets, &gt; 0 on top.
 
 The scriptable context is described in [Options](../general/options.md#tick) section.