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

Node or part of infinite width

$
0
0

@nitin291989 wrote:

How to add a node/part of infinite width?

My code for adding a part is as follows:

myDiagram.add(
	    $(go.Part, "Auto",
	        $(go.Shape, "Rectangle",
                 {
                   width: 55,  // Need to have infinite width
                   height: 45
                 })
	     ));

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 7069

Trending Articles