You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi. I am using ganttrify to create a gantt chart, but the Month Labels are coming out wrong. The values are around a third of what they should be when month_date_label is set to FALSE. When month_date_label is set to TRUE, the months are appropriately labelled.
ganttrify(project = df,
project_start_date = "2022-10",
size_text_relative = 0.8,
month_date_label = TRUE, # Works only when set to TRUE
month_breaks = 6,
mark_years = TRUE)`
So there is a good work around, but original behaviour is puzzling.
Thanks for cool package.
The text was updated successfully, but these errors were encountered:
Hi. I am using ganttrify to create a gantt chart, but the Month Labels are coming out wrong. The values are around a third of what they should be when month_date_label is set to FALSE. When month_date_label is set to TRUE, the months are appropriately labelled.
gantt_copy.csv
CODE:
df <- read_csv("ORA_gantt.csv")
ganttrify(project = df,
project_start_date = "2022-10",
size_text_relative = 0.8,
month_date_label = TRUE, # Works only when set to TRUE
month_breaks = 6,
mark_years = TRUE)`
So there is a good work around, but original behaviour is puzzling.
Thanks for cool package.
The text was updated successfully, but these errors were encountered: