Hi,
In this orgChartStatic sample( http://gojs.net/latest/samples/orgChartStatic.html ) while searching for some nodes it will automatically get that node into diagram view using diagram.centerRect(part.actualBounds)
But, I want something like, whenever we are search for any nodes that node must display in the digaram left top corner position. Is that possible to do?