mirror of
https://github.com/chartjs/Chart.js.git
synced 2026-03-03 06:54:02 +01:00
Consistent formatting for cartesian option docs (#4765)
This commit is contained in:
committed by
Evert Timberg
parent
4396a53041
commit
2b89f7a989
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user