We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Any idea how to left justify activities?
The text was updated successfully, but these errors were encountered:
You mean, like this?
library("ganttrify") library("ggplot2") ganttrify(project = ganttrify::test_project, spots = ganttrify::test_spots, project_start_date = "2020-03") + theme(axis.text.y = element_text(hjust = 0))
Created on 2021-03-16 by the reprex package (v1.0.0)
The output graph is a ggplot2 object, even if with some unusual features, so some theming options from ggplot just work.
I will consider adding this as a parameter.
Sorry, something went wrong.
4a400d9
Here it is:
library("ganttrify") ganttrify(project = ganttrify::test_project, spots = ganttrify::test_spots, project_start_date = "2021-04", axis_text_align = "left")
Created on 2021-03-19 by the reprex package (v1.0.0)
No branches or pull requests
Any idea how to left justify activities?
The text was updated successfully, but these errors were encountered: