Quantcast
Channel: GoJS - Northwoods Software
Viewing all articles
Browse latest Browse all 7069

Tree Layout - subNodes Alignment

$
0
0

@VojuCZ wrote:

Hi, can you help me get me from this:

something like this:

I tried edit layout settings, but i didnt find parameters values and their functions.

code:
layout:
$(go.TreeLayout,
{ angle: 90, nodeSpacing: 5, layerSpacing: 20, alignment: go.TreeLayout.AlignmentStart})

myDiagram.linkTemplate =
$(go.Link,
{ routing: go.Link.Orthogonal, corner: 0, selectable: false },
$(go.Shape, { strokeWidth: 2, stroke: '#424242' }));

Thank you for help

Posts: 6

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles