chore(docs): colors edges based on target node

This commit is contained in:
braks
2024-02-08 00:48:03 +01:00
parent dc8faecd8c
commit c9f8f6f974
3 changed files with 36 additions and 27 deletions
+1
View File
@@ -70,6 +70,7 @@ function handleLayout(direction) {
<AnimationEdge
:id="edgeProps.id"
:source="edgeProps.source"
:target="edgeProps.target"
:source-x="edgeProps.sourceX"
:source-y="edgeProps.sourceY"
:targetX="edgeProps.targetX"