puudot/config.yaml
Lauri Koskenniemi 93e2554457 Improved links and configuration file for dot
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.
2025-05-30 22:54:36 +03:00

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