From: Akihiko Kusanagi Date: Tue, 4 Dec 2018 08:10:15 +0000 (+1100) Subject: Fix docs about bar chart indexable options (#5876) X-Git-Tag: v2.8.0-rc.1~94 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfa635e55d6e494d9d032729c1475d6339e61d21;p=thirdparty%2FChart.js.git Fix docs about bar chart indexable options (#5876) --- diff --git a/docs/charts/bar.md b/docs/charts/bar.md index 945539ea5..bf1ed4a57 100644 --- a/docs/charts/bar.md +++ b/docs/charts/bar.md @@ -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