graflow, autoplacement 1.6, wires with arrows

This commit is contained in:
STEINNI
2026-01-05 20:55:51 +00:00
parent ff77990aa2
commit f535838623
3 changed files with 45 additions and 17 deletions
+8 -8
View File
@@ -20,20 +20,20 @@
},
{ "nodeType": "database",
"id": "wcx",
"coords": { "x": 250, "y": 650}
"coords": { "x": 500, "y": 450}
},
{ "nodeType": "end",
"id": "ert",
"coords": { "x": 250, "y": 850}
"coords": { "x": 250, "y": 650}
}
],
"links": [
{ "from": ["aze", "out1"], "to": ["aze2", "inout1"] },
{ "from": ["aze2", "inout2"], "to": ["qsd", "inp1"] },
{ "from": ["qsd", "out1"], "to": ["aze2", "inout3"] },
{ "from": ["qsd", "out2"], "to": ["qsd2", "inp1"] },
{ "from": ["qsd2", "out1"], "to": ["wcx", "inout1"] },
{ "from": ["wcx", "inout2"], "to": ["ert", "inp1"] }
{ "from": ["aze", "out1"], "to": ["aze2", "inout1"], "endArrow":true },
{ "from": ["aze2", "inout2"], "to": ["qsd", "inp1"], "endArrow":true },
{ "from": ["qsd", "out1"], "to": ["aze2", "inout3"], "endArrow":true },
{ "from": ["qsd", "out2"], "to": ["qsd2", "inp1"], "endArrow":true },
{ "from": ["qsd2", "inout2"], "to": ["wcx", "inout3"], "startArrow":true , "endArrow":true },
{ "from": ["qsd2", "out1"], "to": ["ert", "inp1"], "endArrow":true }
]
}
}