I'm saving and loading diagram from json using
diagram.saveDiagram() and load it
diagram.loadDiagram()When I put the node, click save, and then reload diagram, my nodes are alligned in Hierarchical layout, but I wan't to load nodes at that position they are dropped,
Refered to this page
Automatic Layout and didn't find tips, how to setup this.
Can you provide some example to save node's positions without aligning after diagram loaded from json?