Skip to content

Commit

Permalink
works
Browse files Browse the repository at this point in the history
  • Loading branch information
alixander committed Sep 8, 2024
1 parent cc3ea7c commit 4cee69f
Show file tree
Hide file tree
Showing 57 changed files with 7,106 additions and 6,658 deletions.
2 changes: 1 addition & 1 deletion d2layouts/d2elklayout/layout.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,12 +179,12 @@ func Layout(ctx context.Context, g *d2graph.Graph, opts *ConfigurableOpts) (err
elkGraph := &ELKGraph{
ID: "",
LayoutOptions: &elkOpts{
ForceNodeModelOrder: true,
Thoroughness: 8,
EdgeEdgeBetweenLayersSpacing: 50,
EdgeNode: edge_node_spacing,
HierarchyHandling: "INCLUDE_CHILDREN",
FixedAlignment: "BALANCED",
ConsiderModelOrder: "NODES_AND_EDGES",
CycleBreakingStrategy: "GREEDY_MODEL_ORDER",
NodeSizeConstraints: "MINIMUM_SIZE",
ContentAlignment: "H_CENTER V_CENTER",
Expand Down
Loading

0 comments on commit 4cee69f

Please sign in to comment.