chore(docs): update example

This commit is contained in:
braks
2022-10-14 22:31:46 +02:00
parent 4fa462718f
commit b5fd332b03

View File

@@ -19,6 +19,7 @@ export const initialElements = [
source: '4',
target: '5',
style: { stroke: 'orange' },
labelStyle: { stroke: 'black' },
labelBgStyle: { fill: 'orange' },
},
{ id: 'e3-4', type: 'smoothstep', label: 'smoothstep-edge', source: '3', target: '4' },