Skip to content

Commit

Permalink
fix orientation default
Browse files Browse the repository at this point in the history
  • Loading branch information
benfred committed Aug 7, 2016
1 parent 7227a5c commit 7bede40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/diagram.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function VennDiagram() {
height = 350,
padding = 15,
duration = 1000,
orientation = Math.PI,
orientation = Math.PI / 2,
normalize = true,
wrap = true,
styled = true,
Expand Down
2 changes: 1 addition & 1 deletion venn.js
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@
height = 350,
padding = 15,
duration = 1000,
orientation = Math.PI,
orientation = Math.PI / 2,
normalize = true,
wrap = true,
styled = true,
Expand Down

0 comments on commit 7bede40

Please sign in to comment.