PlantUML cuts sequence diagram off on the right at default zoom level

0 votes
asked Jun 21, 2017 in Closed question / help by Christian (120 points)
Hello,

I have created a sequence diagram with currently 32 participants. PlantUML cuts the diagram off after about half of them.

When I use the IntelliJ plugin, zoom out and reload, it shows everything - but it's all a bit tiny.

I presume it's a memory issue?

What do I need to do to get my full diagram with all participants displayed at defualt zoom level?

Kind regards,

Christian

P.S.: I also tried the jar file - same result: right-hand side of diagram is cut off... :(

1 Answer

0 votes
answered Jun 21, 2017 by plantuml (295,000 points)
Hello

Does the cut off  equals 4096 ? This may be related to PLANTUML_LIMIT_SIZE (see http://plantuml.com/faq )

Have tried changing this value ?

Regards,
...