more realistic organigram
This commit is contained in:
@@ -4,27 +4,33 @@
|
||||
"nodes":[
|
||||
{ "nodeType": "start",
|
||||
"id": "aze",
|
||||
"coords": { "x": 220, "y": 20}
|
||||
"coords": { "x": 220, "y": 20},
|
||||
"markup": { "text": "Start" }
|
||||
},
|
||||
{ "nodeType": "process",
|
||||
"id": "aze2",
|
||||
"coords": { "x": 220, "y": 120}
|
||||
"coords": { "x": 220, "y": 120},
|
||||
"markup": { "text": "x = alph - 1" }
|
||||
},
|
||||
{ "nodeType": "condition",
|
||||
"id": "qsd",
|
||||
"coords": { "x": 250, "y": 270}
|
||||
"coords": { "x": 250, "y": 270},
|
||||
"markup": { "text": "x > 0" }
|
||||
},
|
||||
{ "nodeType": "preparation",
|
||||
"id": "qsd2",
|
||||
"coords": { "x": 250, "y": 470}
|
||||
"coords": { "x": 250, "y": 470},
|
||||
"markup": { "text": "prepare SQL" }
|
||||
},
|
||||
{ "nodeType": "database",
|
||||
"id": "wcx",
|
||||
"coords": { "x": 500, "y": 450}
|
||||
"coords": { "x": 500, "y": 450},
|
||||
"markup": { "text": "MySQL<br>Store" }
|
||||
},
|
||||
{ "nodeType": "end",
|
||||
"id": "ert",
|
||||
"coords": { "x": 250, "y": 650}
|
||||
"coords": { "x": 250, "y": 650},
|
||||
"markup": { "text": "End" }
|
||||
}
|
||||
],
|
||||
"links": [
|
||||
|
||||
Reference in New Issue
Block a user