Skip to content

Commit

Permalink
horizontal spacing increased
Browse files Browse the repository at this point in the history
  • Loading branch information
fapret committed Oct 17, 2024
1 parent 4e8d45c commit 2d37da5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion proyecto/front/js/seePlan.js
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ function consultarPlan() {
hierarchical: {
direction: directionInput,
sortMethod: 'directed',
nodeSpacing: 200, //separacion horizontal
nodeSpacing: 400, //separacion horizontal
levelSeparation: 150, // separacion vertical
},
},
Expand Down
2 changes: 1 addition & 1 deletion proyecto/front/js/viewTrajectory.js
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ function mostrar_trayectoria() {
hierarchical: {
direction: directionInput,
sortMethod: 'directed',
nodeSpacing: 200, //separacion horizontal
nodeSpacing: 400, //separacion horizontal
levelSeparation: 150, // separacion vertical
},
},
Expand Down

0 comments on commit 2d37da5

Please sign in to comment.