Browse Source

Lowered stabilization iterations

webworkersNetwork
jos 9 years ago
parent
commit
a74a42f4ca
1 changed files with 1 additions and 1 deletions
  1. +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:300}
stabilization: {iterations: 150}
}
};
var network = new vis.Network(container, data, options);

Loading…
Cancel
Save