Skip to content

Commit

Permalink
restored sideMargin default value to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
jacomyal committed Jul 11, 2013
1 parent 686e045 commit 853bb69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function Graph() {
scalingMode: 'inside',
nodesPowRatio: 0.5,
edgesPowRatio: 0,
sideMargin: 5,
sideMargin: 0,
// Increasing / decreasing the following parameter will respectively make
// arrows bigger / smaller relatively to their edges.
arrowRatio: 3
Expand Down

0 comments on commit 853bb69

Please sign in to comment.