Dagre Interactive Demo
Input
Graphviz Definition
/* Example */ digraph { A [label="
A
Big
HTML
Source!
"]; C; E [label="A blue sink"]; A -> B -> C; B -> D -> E; C -> E; A -> D [label="
A multi-rank
HTML
edge!
"]; }
CSS Styles
#node-E rect { fill: #acf; }
Link for this graph
Graph Visualization