Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong month labels are printed. #24

Closed
nickriches opened this issue Oct 8, 2021 · 1 comment
Closed

Wrong month labels are printed. #24

nickriches opened this issue Oct 8, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@nickriches
Copy link

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.

@giocomai giocomai added the bug Something isn't working label Oct 8, 2021
@giocomai
Copy link
Owner

giocomai commented Oct 8, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants