hallvard / plantuml

Embed UML diagrams in files and view them in Eclipse
http://plantuml.sourceforge.net/
209 stars 57 forks source link

Gantt Diagram #49

Closed smoczek closed 6 years ago

smoczek commented 6 years ago

Gantt Diagram is not working in Eclipse. Probably update to plantuml.1.2018.1.jar, but simply replace in Eclipse didn't work.

smoczek commented 6 years ago

Ok it worked, but with that: @startuml @startgantt [Prototype design] lasts 13 days and is colored in Lavender/LightBlue [Test prototype] lasts 9 days and is colored in Coral/Green and starts 3 days after [Prototype design]'s end [Write tests] lasts 5 days and ends at [Prototype design]'s end [Hire tests writers] lasts 6 days and ends at [Write tests]'s start [Init and write tests report] is colored in Coral/Green [Init and write tests report] starts 1 day before [Test prototype]'s start and ends at [Test prototype]'s end @endgantt @enduml