Skip to content

Commit

Permalink
updt
Browse files Browse the repository at this point in the history
  • Loading branch information
Flavjack committed Oct 5, 2024
1 parent 1894a27 commit f43c98c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@

- Rticles
- Fix table conversion when only is present one table
- Yupana
- Avoid different bar widths

# inti 0.6.6

Expand Down
2 changes: 1 addition & 1 deletion R/plot_smr.R
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ if(type == "barra") {
) +

geom_col(
position = position_dodge2()
position = position_dodge2(preserve = "single")
, colour = "black"
, size = 0.4
, na.rm = T
Expand Down

0 comments on commit f43c98c

Please sign in to comment.