Skip to content

Commit

Permalink
Added flip vertically option
Browse files Browse the repository at this point in the history
  • Loading branch information
pkerpedjiev committed Nov 15, 2020
1 parent 69ffc48 commit 96894ee
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/Arcs1DTrack.js
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,19 @@ Arcs1DTrack.config = {
},
},
},
flip1D: {
name: 'Flip vertically',
inlineOptions: {
yes: {
name: 'Yes',
value: 'yes',
},
no: {
name: 'No',
value: 'no',
},
},
},
},
};

Expand Down

0 comments on commit 96894ee

Please sign in to comment.