Putting text of PlantUML gantt chart deliverable/milestone left of diamond?

0 votes
asked Sep 7, 2022 in Wanted features by anonymous
When looking at:
```
@startgantt
[Prototype design] lasts 1 weeks
then [Prototype completed]  lasts 4 days
[End Prototype completed] happens at [Prototype completed]'s end
then [Test prototype] lasts 5 days
[End Test prototype] happens at [Test prototype]'s end

[Prototype completed] is deleted
[End Prototype completed] is deleted
@endgantt

```
which yields:
[![enter image description here][1]][1]

Is it possible to put the text: `End Test prototype` left of the last diamond deliverable/milestone?

That would make the Gantt chart a bit less wide, which in some cases can be convenient for readability. I did not find any examples of text left of a deliverable in [the examples](https://plantuml.com/gantt-diagram).

  [1]: https://i.stack.imgur.com/8AooD.png

1 Answer

0 votes
answered Apr 10 by anonymous
Hello,

is there any proposal to above question?  Having the option to position text selectively on the left or right side of the diamond would be quite convenient for optimizing screen estate.
...