disable set data bounds option when set y extents is checked

This commit is contained in:
Shelby Sturgis 2015-05-18 12:20:36 -04:00
parent c7e8779d54
commit 0a5555855e

View file

@ -41,7 +41,7 @@
</div>
<div class="vis-option-item">
<label>
<input type="checkbox" ng-model="vis.params.defaultYExtents">
<input type="checkbox" ng-model="vis.params.defaultYExtents" ng-disabled="vis.params.setYExtents">
Scale Y-Axis to Data Bounds
</label>
</div>