Yes. You can prove that they will be ordered correctly after a save and load by typing:
myDiagram.model = go.Model.fromJson(myDiagram.model.toJson())
in the console and seeing them stay in the correct positions.
Yes. You can prove that they will be ordered correctly after a save and load by typing:
myDiagram.model = go.Model.fromJson(myDiagram.model.toJson())
in the console and seeing them stay in the correct positions.