]> git.ipfire.org Git - thirdparty/Chart.js.git/commitdiff
Fix docs about bar chart indexable options (#5876)
authorAkihiko Kusanagi <nagi@nagi-p.com>
Tue, 4 Dec 2018 08:10:15 +0000 (19:10 +1100)
committerSimon Brunel <simonbrunel@users.noreply.github.com>
Tue, 4 Dec 2018 08:10:15 +0000 (09:10 +0100)
docs/charts/bar.md

index 945539ea59a594098a04ae188a955541156b2af4..bf1ed4a579337e3c85e8096457c5db4e9ec48478 100644 (file)
@@ -73,9 +73,9 @@ the color of the bars is generally set this way.
 | [`borderSkipped`](#borderskipped) | `String` | Yes | Yes | `'bottom'`
 | [`borderWidth`](#styling) | `Number` | Yes | Yes | `0`
 | [`data`](#data-structure) | `Object[]` | - | - | **required**
-| [`hoverBackgroundColor`](#interactions) | [`Color`](../general/colors.md) | - | - | `undefined`
-| [`hoverBorderColor`](#interactions) | [`Color`](../general/colors.md) | - | - | `undefined`
-| [`hoverBorderWidth`](#interactions) | `Number` | - | - | `1`
+| [`hoverBackgroundColor`](#interactions) | [`Color`](../general/colors.md) | - | Yes | `undefined`
+| [`hoverBorderColor`](#interactions) | [`Color`](../general/colors.md) | - | Yes | `undefined`
+| [`hoverBorderWidth`](#interactions) | `Number` | - | Yes | `1`
 | [`label`](#general) | `String` | - | - | `''`
 | [`xAxisID`](#general) | `String` | - | - | first x axis
 | [`yAxisID`](#general) | `String` | - | - | first y axis