Node order on component diagram

0 votes
asked Nov 18, 2015 in To be sorted by Serge Wenger Work (15,620 points)

Hi,

I use the version 3033 and your demo server version 3032.

The node order is not from left to right as I expected with vertical line (--). I try to minimize the problem with the following sample. The first page has the problem and on second page I find a workaround for this sample, but more difficult in a real diagram:

@startuml
cloud "local network" as LocalNet {
node "PC1" as PC1
}
 
node "PC2"
cloud "Internet" as Internet
PC1 -- Internet
PC2 -- Internet
 
newpage
 
cloud "local network" as LocalNet {
node "PC1" as PC1
}
 
node "PC2"
cloud "Internet" as Internet
'The workaround only - instead of --
PC1 - Internet
PC2 -- Internet
 
@enduml

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...