Closes #428
This commit is contained in:
hadley 2016-10-03 07:43:40 -05:00
parent 3580d98300
commit 6913611855
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ The stacking is performed automatically by the __position adjustment__ specified
The identity position adjustment is more useful for 2d geoms, like points, The identity position adjustment is more useful for 2d geoms, like points,
where it is the default. where it is the default.
* `position = "fill"` work like stacking, but makes each set of stacked bars * `position = "fill"` works like stacking, but makes each set of stacked bars
the same height. This makes it easier to compare proportions across the same height. This makes it easier to compare proportions across
groups. groups.