Skip to content

Commit

Permalink
tests(e2e): add test for 'order' property
Browse files Browse the repository at this point in the history
  • Loading branch information
pierpo committed Dec 21, 2021
1 parent 13fb5c3 commit 1856978
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions example/SeventhExample.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const SeventhExample = () => {
targetId: 'element2',
targetAnchor: 'top',
sourceAnchor: 'bottom',
// Draws this arrow on top
order: 100,
style: {
strokeColor: 'blue',
endShape: { circle: { radius: 3 } },
Expand Down

0 comments on commit 1856978

Please sign in to comment.