Hi, I am using yEd in a charity project to visualize some organizational issues. I generate the graphml file with a ruby script using a kinda internal DSL.
I have to load the generatd file into yEd, do a bunch of mouse clicks:
- "Knoten wie Beschriftung"
- "layout Hierarchish"
- Adust the paramters in the form
Is there a way do to these steps in a config file such my clients eventualy run the script and get the layouted graph without further clicks.
Is there even a way to generate the SVG or PDF fully headless?
Thanks