graph solutions #2

Open
opened 2022-01-21 11:25:14 +00:00 by nik · 1 comment
Owner

e.g.

graph LR
    p1 -->|p1| table.1.1 -->|p1| table.2.2
    p2 -->|p2| table.1.1 -->|p2| table.1.2
    p3 -->|p3| table.2.1 -->|p3| table.2.2
    p4 -->|p4| table.2.1 -->|p4| table.1.2
e.g. ```mermaid graph LR p1 -->|p1| table.1.1 -->|p1| table.2.2 p2 -->|p2| table.1.1 -->|p2| table.1.2 p3 -->|p3| table.2.1 -->|p3| table.2.2 p4 -->|p4| table.2.1 -->|p4| table.1.2 ```
Owner

changed the description

changed the description
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: FoAM/scheduling#2
No description provided.