Restructured data to support block and node level links. Added hidden nodes and edges in blocks to improve link visualization. Introduced support for configuring dot file parameters with a config file.
23 lines
391 B
YAML
23 lines
391 B
YAML
dot:
|
|
graph: |
|
|
graph [splines=ortho, nodesep=0.2]
|
|
//node [color=white]
|
|
//edge [headport=n, tailport=s]
|
|
compound=true
|
|
center=true
|
|
subgraph: |
|
|
labeljust=l
|
|
node:
|
|
text: |
|
|
shape=plaintext
|
|
hidden: |
|
|
//style=invis
|
|
shape=point
|
|
width=0
|
|
height=0
|
|
edge:
|
|
default: |
|
|
headport=n
|
|
tailport=s
|
|
hidden: |
|
|
style=invis |