@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