From afdadfe41994c7c6a68e8466ffca52556bc57d18 Mon Sep 17 00:00:00 2001 From: Fabio Poloni Date: Thu, 12 Oct 2017 13:31:09 +0200 Subject: [PATCH] replaced pipe by 'or' so md won't columnify it --- docs/axes/labelling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/axes/labelling.md b/docs/axes/labelling.md index aec8d990ff4..3243b1337f5 100644 --- a/docs/axes/labelling.md +++ b/docs/axes/labelling.md @@ -10,7 +10,7 @@ The scale label configuration is nested under the scale configuration in the `sc | -----| ---- | --------| ----------- | `display` | `Boolean` | `false` | If true, display the axis title. | `labelString` | `String` | `''` | The text for the title. (i.e. "# of People" or "Response Choices"). -| `lineHeight` | `Number|String` | `1.2` | Height of an individual line of text (see [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/line-height)) +| `lineHeight` | `Number` or `String` | `1.2` | Height of an individual line of text (see [MDN](https://developer.mozilla.org/en-US/docs/Web/CSS/line-height)) | `fontColor` | Color | `'#666'` | Font color for scale title. | `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.