Skip to content

Commit

Permalink
Merge b94d6ea into 2ac4544
Browse files Browse the repository at this point in the history
  • Loading branch information
antonlin1 committed Apr 17, 2021
2 parents 2ac4544 + b94d6ea commit 2015509
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/bar-series.md
Expand Up @@ -32,6 +32,13 @@ Type: (HorizontalBarSeries): `number`

The x position in coordinates of the box to be used. This quantity is treated as a category (at least in VerticalBarSeries) and so considers the exact left-right positioning to be not that important (which is something to watch out for if you are providing exact numbers, in such a case it is better to the rect-series).

#### x0
(Optional)

Type: (HorizontalBarSeries): `number`

For HorizontalBarSeries, x0 position in coordinates of the box to be used, this is where the bottom of the bar is placed, defaults to the lower bound of the x-domain.

#### y
Type: (VerticalBarSeries): `number`

Expand Down

0 comments on commit 2015509

Please sign in to comment.