Skip to content

Commit abc51ad

Browse files
nagixsimonbrunel
authored andcommitted
Fix docs about bar chart indexable options (chartjs#5876)
1 parent a870c6c commit abc51ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/charts/bar.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ the color of the bars is generally set this way.
7373
| [`borderSkipped`](#borderskipped) | `String` | Yes | Yes | `'bottom'`
7474
| [`borderWidth`](#styling) | `Number` | Yes | Yes | `0`
7575
| [`data`](#data-structure) | `Object[]` | - | - | **required**
76-
| [`hoverBackgroundColor`](#interactions) | [`Color`](../general/colors.md) | - | - | `undefined`
77-
| [`hoverBorderColor`](#interactions) | [`Color`](../general/colors.md) | - | - | `undefined`
78-
| [`hoverBorderWidth`](#interactions) | `Number` | - | - | `1`
76+
| [`hoverBackgroundColor`](#interactions) | [`Color`](../general/colors.md) | - | Yes | `undefined`
77+
| [`hoverBorderColor`](#interactions) | [`Color`](../general/colors.md) | - | Yes | `undefined`
78+
| [`hoverBorderWidth`](#interactions) | `Number` | - | Yes | `1`
7979
| [`label`](#general) | `String` | - | - | `''`
8080
| [`xAxisID`](#general) | `String` | - | - | first x axis
8181
| [`yAxisID`](#general) | `String` | - | - | first y axis

0 commit comments

Comments
 (0)