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

Managing fractions of time units in gantt charts #50

Open
dylms opened this issue Dec 11, 2024 · 0 comments
Open

Managing fractions of time units in gantt charts #50

dylms opened this issue Dec 11, 2024 · 0 comments

Comments

@dylms
Copy link

dylms commented Dec 11, 2024

gantt.py works by cases (= time unit) and can't manage fractions of cases.
Hence on weekly/monthly scale, tasks that starts or ends during a given week/month takes all time unit on the chart. Visually, we're tempted to understand that the task is due on the entire week/month (e.g. snapshot), or that 2 tasks on the same unit without overlapping period are processed in parallel.

It would be nice to manage time unit fractions in order to avoid these misinterpretations.

image

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

1 participant