How to move the diagram to specific position?

Hi,

Here is my requirement, I want to move the diagram to specific (x,y) position ,when user is click on link, can you please suggest how should I achieve this ,
let me know if you need any further inputs

FYI, Currenly I’m using bpmn-js: 3.5.0 version

You can use modeling.moveElements to achieve this.

Thanks for quick reply :):smiley:, I will look into this