From 0cd445f724162b31988e786ff2a707f246bef322 Mon Sep 17 00:00:00 2001 From: stockiNail Date: Sun, 5 Jul 2020 14:07:39 +0200 Subject: [PATCH] The hover* options of bar chart doc page change as scriptable (#7584) In the bar chart, the `hoverBackgroundColor`, `hoverBorderColor and `hoverBorderWidth` options are scriptable. In the previous version (2.9.3) they weren't documented as scriptable but they are. --- docs/docs/charts/bar.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/charts/bar.mdx b/docs/docs/charts/bar.mdx index 9a7a67925..7d2fd1bd5 100644 --- a/docs/docs/charts/bar.mdx +++ b/docs/docs/charts/bar.mdx @@ -84,9 +84,9 @@ the color of the bars is generally set this way. | [`borderWidth`](#borderwidth) | number|object | Yes | Yes | `0` | [`clip`](#general) | number|object | - | - | `undefined` | [`data`](#data-structure) | `object[]` | - | - | **required** -| [`hoverBackgroundColor`](#interactions) | [`Color`](../general/colors.md) | - | Yes | `undefined` -| [`hoverBorderColor`](#interactions) | [`Color`](../general/colors.md) | - | Yes | `undefined` -| [`hoverBorderWidth`](#interactions) | `number` | - | Yes | `1` +| [`hoverBackgroundColor`](#interactions) | [`Color`](../general/colors.md) | Yes | Yes | `undefined` +| [`hoverBorderColor`](#interactions) | [`Color`](../general/colors.md) | Yes | Yes | `undefined` +| [`hoverBorderWidth`](#interactions) | `number` | Yes | Yes | `1` | [`indexAxis`](#general) | `string` | `'x'` | The base axis for the dataset. Use `'y'` for horizontal bar. | [`label`](#general) | `string` | - | - | `''` | [`order`](#general) | `number` | - | - | `0`