@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
@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