Hi,
I have some problems with my code:
http://jsfiddle.net/cs24/4sy9k5r8/3/
(1) When I drag any Lane up to red bar, it is down to the bottom. How Can avoid this?
(2) The original locations of nodes are:
“key”:“A”, “location”:“51 247”
“key”:“B”, “location”:“293 151”
“key”:“C”, “location”:“466 56”
but when the diagram is loaded and I do myDiagram.model.toJson() I get:
“key”:“A”, “location”:“51 466”
“key”:“B”, “location”:“293 279”
“key”:“C”, “location”:“466 93”
the location property has changed in “y-coordinate”. I put isInitial:false and isOngoing:false in Lane groupTemplate, but error persists. How can I fix this?
(3) I want the footer section be the final of the resizing of all Lanes. How can I do this?
Regards,