From 3cd4729f0d4f6c989caa5cc2c1af8540c638c0c4 Mon Sep 17 00:00:00 2001 From: andig Date: Fri, 11 Aug 2017 19:00:32 +0200 Subject: [PATCH] Add docs --- docs/axes/labelling.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/axes/labelling.md b/docs/axes/labelling.md index 22fc2600463..25b565673c8 100644 --- a/docs/axes/labelling.md +++ b/docs/axes/labelling.md @@ -15,6 +15,7 @@ The scale label configuration is nested under the scale configuration in the `sc | `fontFamily` | `String` | `"'Helvetica Neue', 'Helvetica', 'Arial', sans-serif"` | Font family for the scale title, follows CSS font-family options. | `fontSize` | `Number` | `12` | Font size for scale title. | `fontStyle` | `String` | `'normal'` | Font style for the scale title, follows CSS font-style options (i.e. normal, italic, oblique, initial, inherit). +| `padding` | `Number` or `Object`` | `0` | Padding to apply around scale labels. Only `top` and `bottom` are implemented. ## Creating Custom Tick Formats