Binning encoding types

This commit is contained in:
Zachary Tong
2013-04-05 13:24:18 -04:00
parent 54bc5ddb71
commit 5be94741a1
2 changed files with 37 additions and 10 deletions
+10
View File
@@ -138,6 +138,16 @@
value="{{panel.display.binning.hexagonAlpha}}" />
</td>
</tr>
<tr>
<td>Encoding</td>
<td>
<div class="btn-group" ng-model="panel.display.binning.encoding" bs-buttons-radio ng-change="$emit('render')">
<button type="button" class="btn" value="areacolor" >Area + Color</button>
<button type="button" class="btn" value="area">Area</button>
<button type="button" class="btn" value="color">Color</button>
</div>
</td>
</tr>
</tbody>
</table>
</div>