Compare commits
2 Commits
Submission
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7ac1fb1ebc | ||
|
|
e6073a86d3 |
@@ -101,8 +101,8 @@
|
||||
<br/>
|
||||
<label title="Number of iterations before the simulation is stopped">
|
||||
Iterations
|
||||
<output id="iterationsSliderOutput">300</output>
|
||||
<input type="range" min="5" max="5000" value="300" step="5" oninput="d3.select('#iterationsSliderOutput').text(value); ITERATIONS=value;">
|
||||
<output id="iterationsSliderOutput">100</output>
|
||||
<input type="range" min="5" max="1000" value="100" step="5" oninput="d3.select('#iterationsSliderOutput').text(value); ITERATIONS=value;">
|
||||
</label>
|
||||
<br/>
|
||||
<label title="Attribute used for coloring nodes">
|
||||
|
||||
@@ -54,7 +54,7 @@ var MULTIPLIER = 50,
|
||||
SAMPLE_SIZE = 10,
|
||||
PIVOTS = false,
|
||||
NUM_PIVOTS = 3,
|
||||
ITERATIONS = 300,
|
||||
ITERATIONS = 100,
|
||||
FULL_ITERATIONS = 20,
|
||||
NODE_SIZE = 10,
|
||||
COLOR_ATTRIBUTE = '',
|
||||
|
||||
Reference in New Issue
Block a user