pawelrychlik / jira-dependency-graph

Graph visualizer for JIRA tickets' dependencies
MIT License
281 stars 85 forks source link

Use the rankdir setting instead of unflatten #26

Closed balain closed 6 years ago

balain commented 6 years ago

For left-to-right layout, instead of using unflatten, show how to insert the rankdir setting into the dot file before processing. This setting preserves the ranks of each level.