Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
tgdwyer committed Dec 7, 2015
1 parent de002a0 commit f003733
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebCola/examples/smallworldwithgroups.html
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ <h1>Simple Groups Example</h1>
.start(20, 0, 10);
</code></pre>
In the above, <code>groups</code> is an array where each group object contains a single property
<code>leaves</code> which is an array of indices to the <code>graph.nodes</code> array. We turn <code>avoidOverlaps</code> on to get cola to
<code>leaves</code> which is an array of indices to the <code>graph.nodes</code> array. We turn on <code>avoidOverlaps</code> to get cola to
keep the nodes and groups separated. The <code>start</code> method is called with three parameters 20, 0 and 10. These are, respectively:
<ul>
<li>20 initial graph layout iterations without constraints to get the graph to untangle.</li>
Expand Down

0 comments on commit f003733

Please sign in to comment.