Documentation ¶
Index ¶
Constants ¶
View Source
const ( TB view = "TB" // top bottom BT view = "BT" // bottom top RL view = "RL" // right left LR view = "LR" // left right TD view = "TD" // same as TB )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph struct { View view `"graph" @Ident` Edges []*Edge `@@*` SubGraphs []*SubGraph `@@*` // contains filtered or unexported fields }
Graph implements semantics of markdown flowchart, aka graph, http://mermaid-js.github.io/mermaid/#/flowchart
func (*Graph) SetNodeName ¶
Click to show internal directories.
Click to hide internal directories.