Skip to content

needs a way to enforce horizontal alignement of nodes #949

Description

@setop

With

app -> db1: w
app -> db2: r

db1 and db2 are naturally aligned.

Screenshot 2023-03-01 at 14-12-42 D2 Playground

but if I want to explicit replication between my two DB

app -> db1: w
app -> db2: r
db1 -- db2

Then DBs are not aligned anymore making the diagram awkward.

Screenshot 2023-03-01 at 14-13-10 D2 Playground

Plantuml allows this by using different types of arrows : one dash means horizontal spacing, two dashes (and more) meand vertical spacing.

reminds me #724

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions