You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/axes/cartesian/category.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ These options extend the [common configuration for all cartesian axes](index.md#
45
45
| ---- | ---- | -----------
46
46
| `min` | `string`\|`number` | | The minimum item to display. [more...](#min-max-configuration)
47
47
| `max` | `string`\|`number` | | The maximum item to display. [more...](#min-max-configuration)
48
-
| `labels` | `string[]` | - | An array of labels to display.
48
+
| `labels` | `string[]|string[][]` | - | An array of labels to display. When an individual label is an array of strings, each item is rendered on a new line.
0 commit comments