Skip to content
Snippets Groups Projects
Commit caff0152 authored by Winnie's avatar Winnie
Browse files

Update cluster fixes

parent 566f505d
No related branches found
No related tags found
No related merge requests found
......@@ -72,8 +72,8 @@
<section id="outputIn">
<%--Map and Histogram must have the same name for default checkbox to function correctly--%>
Cluster Size:
<input type="number" id="pickSize" value="clusterSize" > Map
<input type="radio" name="pickOutput" value="cluster" > Map
<input type="number" id="pickSize" value="clusterSize" >
<input type="radio" name="pickOutput" value="cluster" > Cluster
<input type="radio" name="pickOutput" value="map"> Map
<input type="radio" name="pickOutput" value="heat"> Heatmap
<input type="radio" name="pickOutput" value="histogram" checked> Histogram
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment