This website works better with JavaScript.
Home
Explore
Help
Sign In
jrtechs
/
jrtechs-vis
mirror of
https://github.com/jrtechs/vis.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
82
Wiki
Activity
Browse Source
Lowered stabilization iterations
webworkersNetwork
jos
9 years ago
parent
10e1ca3114
commit
a74a42f4ca
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/network/exampleApplications/lesMiserables.html
+ 1
- 1
examples/network/exampleApplications/lesMiserables.html
View File
@ -376,7 +376,7 @@
maxVelocity: 146,
solver: 'forceAtlas2Based',
timestep: 0.35,
stabilization: {iterations:
30
0}
stabilization: {iterations:
15
0}
}
};
var network = new vis.Network(container, data, options);
Write
Preview
Loading…
Cancel
Save