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

Do layout behaviour is changed

$
0
0

@devsoni41 wrote:

self.canvasContext.diagram.layout.doLayout = function (coll) {
go.LayeredDigraphLayout.prototype.doLayout.call(this, coll);
self.createBoundary(); // this method is creating boundary over all the nodes
};

In previous version(1.4.8) it was working fine but in latest version it the boudary node is not coming on right place.

I have created the boundary node by calculating the left most,top most, bottom most and right most nodes positions and in previous version the position of the boundary coming perfect but in new version it is not coming on right position. the height and width is correct but the both nodes position is not correct.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 6969

Trending Articles