-
Notifications
You must be signed in to change notification settings - Fork 5
/
diagram.json
18 lines (18 loc) · 1.51 KB
/
diagram.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ "class": "GraphLinksModel",
"linkFromPortIdProperty": "fromPort",
"linkToPortIdProperty": "toPort",
"nodeDataArray": [
{"key":7,"loc":"-78 6","text":"weather station"},
{"text":"API server","key":-2,"loc":"72 122"},
{"text":"database","key":-9,"loc":"231 122"},
{"text":"weather station","key":-4,"loc":"72 6"},
{"text":"weather station","key":-5,"loc":"223 6"},
{"text":"web app","key":-6,"loc":"72 214"}
],
"linkDataArray": [
{"from":-4,"to":-2,"fromPort":"B","toPort":"T","points":[72,23.696250247955323,72,33.69625024795532,72,63.99999999999999,72,63.99999999999999,72,94.30374975204467,72,104.30374975204467]},
{"from":7,"to":-2,"fromPort":"B","toPort":"T","points":[-78,23.696250247955312,-78,33.69625024795531,-78,63.999999999999986,49.95000076293945,63.999999999999986,49.95000076293945,94.30374975204467,49.95000076293945,104.30374975204467]},
{"from":-5,"to":-2,"fromPort":"B","toPort":"T","points":[223,23.696250247955323,223,33.69625024795532,223,63.99999999999999,94.04999923706055,63.99999999999999,94.04999923706055,94.30374975204467,94.04999923706055,104.30374975204467]},
{"from":-2,"to":-9,"fromPort":"R","toPort":"L","points":[116.0999984741211,121.99999999999999,126.0999984741211,121.99999999999999,153.74999904632568,121.99999999999999,153.74999904632568,121.99999999999999,181.39999961853027,121.99999999999999,191.39999961853027,121.99999999999999]},
{"from":-2,"to":-6,"fromPort":"B","toPort":"T","points":[72,139.6962502479553,72,149.6962502479553,72,168,72,168,72,186.30374975204467,72,196.30374975204467]}
]}