Skip to content

Commit

Permalink
Consistent formatting for cartesian option docs (chartjs#4765)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmccann authored and yofreke committed Dec 30, 2017
1 parent 187f6d4 commit 617f320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/axes/cartesian/category.md
Expand Up @@ -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)

Expand Down

0 comments on commit 617f320

Please sign in to comment.