File size: 185 Bytes
d9494a5
 
 
 
 
1
2
3
4
5
6
export const WORKFLOW_LAYOUT_DEFAULT_OPTIONS = {
  ranksep: 80, // Vertical distance between 2 nodes
  nodesep: 200, // Horizontal distance between 2 nodes
  rankdir: 'TB',
} as const;