Skip to content

Commit

Permalink
update deprecated ggplot argument name
Browse files Browse the repository at this point in the history
  • Loading branch information
giocomai committed Jan 22, 2024
1 parent 052133f commit ddb312f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ganttrify.R
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ ganttrify <- function(project,
ggplot2::geom_segment(
data = df_yearmon_fct,
lineend = line_end_wp,
size = size_wp,
linewidth = size_wp,
alpha = df_yearmon_fct$wp_alpha
)

Expand Down

0 comments on commit ddb312f

Please sign in to comment.