Compare commits
1 Commits
Submission
...
Submission
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e6073a86d3 |
@@ -101,8 +101,8 @@
|
|||||||
<br/>
|
<br/>
|
||||||
<label title="Number of iterations before the simulation is stopped">
|
<label title="Number of iterations before the simulation is stopped">
|
||||||
Iterations
|
Iterations
|
||||||
<output id="iterationsSliderOutput">300</output>
|
<output id="iterationsSliderOutput">100</output>
|
||||||
<input type="range" min="5" max="5000" value="300" step="5" oninput="d3.select('#iterationsSliderOutput').text(value); ITERATIONS=value;">
|
<input type="range" min="5" max="1000" value="100" step="5" oninput="d3.select('#iterationsSliderOutput').text(value); ITERATIONS=value;">
|
||||||
</label>
|
</label>
|
||||||
<br/>
|
<br/>
|
||||||
<label title="Attribute used for coloring nodes">
|
<label title="Attribute used for coloring nodes">
|
||||||
|
|||||||
Reference in New Issue
Block a user