ganttrify icon indicating copy to clipboard operation
ganttrify copied to clipboard

Wrong month labels are printed.

Open nickriches opened this issue 3 years ago • 1 comments

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.

nickriches avatar Oct 08 '21 07:10 nickriches

I can confirm this behaviour. Thanks for reporting it! It will be fixed

giocomai avatar Oct 08 '21 18:10 giocomai