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
The end of task is December 31, 2024 But the bar ends in October
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")```
The text was updated successfully, but these errors were encountered:
Thanks for letting me know. It will be fixed.
Sorry, something went wrong.
@antmanin This is now fixed in the latest version 1.3.2.
@csgoh it works, thanks!
No branches or pull requests
The end of task is December 31, 2024
But the bar ends in October
The text was updated successfully, but these errors were encountered: