Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 1.59 KB

README.md

File metadata and controls

48 lines (41 loc) · 1.59 KB

chart-maker

A chart (flowchart or dependency graph) editor

Demos

Flowchart

Flowchart Demo

Example:

Some Statement
Another Statement
if (Some Condition?) {
    if (Nested Condition?) {
        Do this
        Then this
    } else {
        Do this instead
    }
} else if (Another Condition?) {
    Another thing to do
}
while (More Things To Do?) {
    if (Tired?) {
        Eat Something
    }
    Do Things
}
One Last Thing

Dependency Graph

Dependency Graph Demo

Example:

Root
    Level 1 Child A
        Level 2 Child A-A
        Level 2 Child A-B
            Shared Node
    Level 1 Child B
        Level 2 Child B-A
        Level 2 Child B-B
    Shared Node