]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Consistent formatting for cartesian option docs (#4765)
authorBen McCann <benjamin.j.mccann@gmail.com>
Fri, 15 Sep 2017 23:53:51 +0000 (16:53 -0700)
committerEvert Timberg <evert.timberg+github@gmail.com>
Fri, 15 Sep 2017 23:53:51 +0000 (19:53 -0400)
docs/axes/cartesian/category.md

index 38c306712bb685aecd6860ef7e7e7a9a58eddcea..4bfb6f627cc624ea330773588692384e87509d1e 100644 (file)
@@ -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)