Arrow alignment to use case

0 votes
asked Feb 26, 2021 in Question / help by wayne00 (120 points)

1 Answer

+1 vote
answered Feb 26, 2021 by The-Lu (64,760 points)

Hello W.,

From your diagram:

If you never use link with "API 1" or "API 2" outside Integrations, a workaround is to use long description ('[' and ']'), sub-diagram ('{{' and '}}'), and an hidden arrow as:

Rectangle INT #white [
<b>Integrations
{{
    usecase "API 1" as A1
    usecase "API 2" as A2
    A1 -[hidden]-> A2
}}
]

Then, we observe the expected result:

That's only a workaround...

If that can help,
Regards,
Th.

commented Feb 28, 2021 by wayne00 (120 points)
Thank you it looks a lot better.
...