Save
Load
Diagram Model saved in JSON format:
{ "class": "GraphLinksModel", "nodeDataArray": [ {"key":1, "text":"Alpha", "color":"lightblue", "location":"-40 -10"}, {"key":2, "text":"Beta", "color":"orange", "location":"106 -58"}, {"key":3, "text":"Gamma", "color":"lightgreen", "location":"-8 105"}, {"key":4, "text":"Delta", "color":"pink", "location":"110 51"} ], "linkDataArray": [ {"from":1, "to":2}, {"from":1, "to":3}, {"from":2, "to":2}, {"from":3, "to":4}, {"from":4, "to":1} ]}