Dagre Interactive Demo
Input
Graphviz Definition
/* Example */ digraph { /* Note: HTML labels do not work in IE, which lacks support for <foreignObject> tags. */ A [label="
A
Big
HTML
Source!
"]; C; E [label="Bold Red Sink", style="fill: #f77" labelStyle="font-weight: bold"]; A -> B -> C; B -> D [label="A blue label" labelStyle="fill: #55f; font-weight: bold;"]; D -> E [label="A thick red edge" style="stroke-width: 3px; stroke: #f77;"]; C -> E; A -> D [label="
A multi-rank
HTML
edge!
"]; }
Link for this graph
Graph Visualization