Skip to content

Commit

Permalink
fixed recursive argument
Browse files Browse the repository at this point in the history
  • Loading branch information
stla committed Nov 27, 2020
1 parent 5d4d066 commit 19b2483
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/amBarChart.R
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ amBarChart <- function(
values,
valueNames = NULL, # default
showValues = TRUE,
hline = hline,
hline = NULL,
yLimits = NULL,
expandY = 5,
valueFormatter = "#.",
Expand Down
2 changes: 1 addition & 1 deletion man/amBarChart.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19b2483

Please sign in to comment.