Skip to content

layout,syntax: Specify horizontal vs vertical arrangement #185

Description

@alixander

These should be scoped to containers. E.g. something like

arrangement: horizontal

a: {
  arrangement: horizontal
  ...
}
b: {
  arrangement: vertical
}

so a and b would be horizontal, the contents of a would be horizontal, and the contents of b would be vertical.

not sure arrangement is the best keyword here.

also for the value, other tools use LR and TD, which... is perhaps more descriptive, but less obvious to read. e.g. it wasn't clear to me for a long time that graphviz's graph TD wasn't just a header to be placed on every diagram and that it actually stood for top-down.

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