Skip to content

Commit

Permalink
Disabled edges and nodes physics
Browse files Browse the repository at this point in the history
  • Loading branch information
reversebrain committed Aug 13, 2021
1 parent a195def commit 84cac16
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/gui_functions.js
Original file line number Diff line number Diff line change
Expand Up @@ -674,6 674,9 @@ function showLateralMovement(){

// Configuration for the Timeline
var options = {
physics:{
enabled: false
},
edges: {},
nodes: {
font: {
Expand Down

0 comments on commit 84cac16

Please sign in to comment.