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

End of task bar doesn't reach the end date #69

Closed
antmanin opened this issue Sep 13, 2023 · 3 comments
Closed

End of task bar doesn't reach the end date #69

antmanin opened this issue Sep 13, 2023 · 3 comments

Comments

@antmanin
Copy link

The end of task is December 31, 2024
But the bar ends in October
image

roadmap.set_title("Title")
roadmap.set_timeline("M", start="2023-01-01", number_of_items=34)

group = roadmap.add_group("Group")

task = group.add_task("Task", "2023-01-01", "2024-12-31", fill_colour='#00FF00')
roadmap.draw()
roadmap.save("demo01.png")```
@csgoh
Copy link
Owner

csgoh commented Sep 14, 2023

Thanks for letting me know. It will be fixed.

@csgoh
Copy link
Owner

csgoh commented Sep 16, 2023

@antmanin This is now fixed in the latest version 1.3.2.
image

@antmanin
Copy link
Author

@csgoh it works, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants