Lower range of iterations

This commit is contained in:
Pitchaya Boonsarngsuk
2018-03-22 17:44:00 +00:00
parent fa5d34f96e
commit e6073a86d3

View File

@@ -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">