plantuml / plantuml

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

Sequence Groups: different styles for different groups #547

Open m-dhooge opened 3 years ago

m-dhooge commented 3 years ago

Hello,

The group command of the sequence diagram has a single style definition for all kind of groups. By looking at the forum, I'm not the only one that'd like to be able to apply different styles…

I did this very simple modification to the code that allows to set a different style for a specific type of groups. https://github.com/m-dhooge/plantuml/commit/0b19e14c1c391e14df51c8d07e453aa48e7c3c7c

But I believe the real and final solution would be to be able to apply stereotype to groups! If you have some recommendations to provide, I can try to add stereo to sequence groups.

Thanks

m-dhooge commented 3 years ago

This sequence diagram gives the following output, with plenty of fancy colors! ;-)

sample

Fethbita commented 3 weeks ago

Any updates from the maintainers about this issue? Would also be helpful for me to have messages in parallel with messages inside groups by making the second group completely transparent (including the text, border etc.)