Graflow: better refresh & clear, better EIC example, tension field
This commit is contained in:
@@ -28,11 +28,32 @@
|
||||
"subtitle": "Associate content variables with attendees data"
|
||||
},
|
||||
"data": { "a": "a3", "b":"b3"}
|
||||
}
|
||||
},
|
||||
{ "nodeType": "eicBasic",
|
||||
"id": "aze4",
|
||||
"ncoords": { "x": 150, "y": 320},
|
||||
"markup": {
|
||||
"title": "Schedule mailing",
|
||||
"subtitle": "Choose time to send the mail"
|
||||
},
|
||||
"data": { "a": "a3", "b":"b3"}
|
||||
},
|
||||
{ "nodeType": "eicBasic",
|
||||
"id": "aze5",
|
||||
"ncoords": { "x": 150, "y": 320},
|
||||
"markup": {
|
||||
"title": "Stats",
|
||||
"subtitle": "Access mailing statistics"
|
||||
},
|
||||
"data": { "a": "a3", "b":"b3"}
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
{ "from": ["aze", "out1"], "to": ["aze2", "in1"] },
|
||||
{ "from": ["aze2", "out1"], "to": ["aze3", "in1"] }
|
||||
{ "from": ["aze2", "out1"], "to": ["aze", "in1"] },
|
||||
{ "from": ["aze2", "out2"], "to": ["aze3", "in1"] },
|
||||
{ "from": ["aze", "out1"], "to": ["aze4", "in1"] },
|
||||
{ "from": ["aze3", "out1"], "to": ["aze4", "in2"] },
|
||||
{ "from": ["aze4", "out1"], "to": ["aze5", "in1"] }
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user