SVG: Basic (from point to point)
Data: {
"id": "1",
"source": {
"type": "coords",
"x": 20,
"y": 20
},
"target": {
"type": "coords",
"x": 50,
"y": 80
},
"style": ""
}
SVG: Basic with path
Data: {
"id": "1",
"source": {
"type": "coords",
"x": 20,
"y": 20
},
"target": {
"type": "coords",
"x": 50,
"y": 80
},
"style": ""
}
HTML: Basic curve
Data: {
"id": "1",
"source": {
"type": "coords",
"x": 20,
"y": 20
},
"target": {
"type": "coords",
"x": 50,
"y": 80
},
"style": ""
}
Canvas: Basic curve
Data: {
"id": "1",
"source": {
"type": "coords",
"x": 20,
"y": 20
},
"target": {
"type": "coords",
"x": 50,
"y": 80
},
"style": ""
}