plantuml / plantuml

Generate diagrams from textual description
https://plantuml.com
Other
10.52k stars 958 forks source link

Add year as time unit to Gantt chart #452

Open Venthe opened 3 years ago

Venthe commented 3 years ago

Currently there is no possibility to use years in a long running project.

I'd suggest adding this both as a scale option and as a noun.

@startgantt
projectscale yearly
[java 8 support] lasts 3 years
@endgantt

Additionaly, this could be thought as general "add more time nouns" request, following:

In my opinion, if possible, Gantt should support date types for at least months, quarters and years

Venthe commented 2 years ago

@arnaudroques Would you be open for a PR?

arnaudroques commented 2 years ago

Yes, we are open for PR. Note that the main issue is that months, quarters and years do not have a fixed duration in days.

Venthe commented 2 years ago

I suggest two approaches (Please note that I'm still digging through code):

See: