@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