Browse Source

updated max velocity

v3_develop
Alex de Mulder 10 years ago
parent
commit
00e0718ed9
2 changed files with 14350 additions and 14350 deletions
  1. +14349
    -14349
      dist/vis.js
  2. +1
    -1
      lib/network/Network.js

+ 14349
- 14349
dist/vis.js
File diff suppressed because it is too large
View File


+ 1
- 1
lib/network/Network.js View File

@ -186,7 +186,7 @@ function Network (container, data, options) {
roundness: 0.5
},
dynamicSmoothCurves: true,
maxVelocity: 10,
maxVelocity: 30,
minVelocity: 0.1, // px/s
stabilizationIterations: 1000, // maximum number of iteration to stabilize
labels:{

Loading…
Cancel
Save