From: Ben McCann Date: Fri, 15 Sep 2017 23:53:51 +0000 (-0700) Subject: Consistent formatting for cartesian option docs (#4765) X-Git-Tag: v2.7.1~1^2~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b89f7a9893f22efba85e224ee68acff1cd7ee2b;p=thirdparty%2FChart.js.git Consistent formatting for cartesian option docs (#4765) --- diff --git a/docs/axes/cartesian/category.md b/docs/axes/cartesian/category.md index 38c306712..4bfb6f627 100644 --- a/docs/axes/cartesian/category.md +++ b/docs/axes/cartesian/category.md @@ -40,7 +40,7 @@ The category scale provides the following options for configuring tick marks. Th | Name | Type | Default | Description | -----| ---- | --------| ----------- -| labels | Array[String] | - | An array of labels to display. +| `labels` | `Array[String]` | - | An array of labels to display. | `min` | `String` | | The minimum item to display. [more...](#min-max-configuration) | `max` | `String` | | The maximum item to display. [more...](#min-max-configuration)