From 397d5bdee4163514948d2be7e4910fd26db788af Mon Sep 17 00:00:00 2001 From: stockiNail Date: Thu, 7 Jan 2021 20:48:49 +0100 Subject: [PATCH] Remove empty line from the options table (#8274) --- docs/docs/axes/styling.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/axes/styling.mdx b/docs/docs/axes/styling.mdx index 1620e61a2..849368b5f 100644 --- a/docs/docs/axes/styling.mdx +++ b/docs/docs/axes/styling.mdx @@ -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 <= 0 are drawn under datasets, > 0 on top. The scriptable context is described in [Options](../general/options.md#tick) section.