Hi When ever i draw diagram the position of the node is loading to center after saved. I have save the node with location as well.I have tried the below approach
Could you please check the value of Diagram.position before saving and after loading?
If those have changed and you want to save it in the model, look at the Draggable Link sample, Draggable Link
Examine the saveDiagramProperties and loadDiagramProperties functions and when they are called. Due to initial loading side-effects it’s important to set Diagram.initialPosition before actually loading the model, so that it has the desired scroll position after the load has completed.
Without setting the position coudn’t make it. How i can set the view port of the diagram, set the position of the diagram. After initializing the pane position how can i update or reloading it while changing the diagram data.