Former-commit-id: a49b4e1714
master
parent d68f6ddd0f
commit 839fc626fc
  1. 4
      index.html

@ -201,10 +201,10 @@
<label for="param-corr" data-toggle="tooltip" data-placement="right" title="Tip: percentage of all points taken into account by Dimension Correlation.">Correlation threshold (%)</label>
</div>
<div class="col-md-5">
<input id="param-corr" type="range" min="0" max="100" value="30", step="1" onchange="CalculateCorrel(true);" style="margin-left: -20px;">
<input id="param-corr" type="range" min="0" max="100" value="50", step="1" onchange="CalculateCorrel(true);" style="margin-left: -20px;">
</div>
<div class="col-md-1">
<output for="param-corr" id="param-corr-value" style="margin-left: -20px;">30</output>
<output for="param-corr" id="param-corr-value" style="margin-left: -20px;">50</output>
</div>
</div>
</div>

Loading…
Cancel
Save