Skip to content

Commit

Permalink
Fix docs about bar chart indexable options (#5876)
Browse files Browse the repository at this point in the history
  • Loading branch information
nagix authored and simonbrunel committed Dec 4, 2018
1 parent 5797e03 commit bfa635e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/charts/bar.md
Expand Up @@ -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
Expand Down

0 comments on commit bfa635e

Please sign in to comment.