Show Sort Y only when type is Heatmap (#3206)

This commit is contained in:
deecay 2018-12-25 00:10:16 +09:00 committed by Arik Fraimovich
parent 2f7cb1bc8a
commit 03a7e24204

View File

@ -243,7 +243,7 @@
<input ng-model="yAxis.rangeMax" type="number" step="any" placeholder="Auto" class="form-control"> <input ng-model="yAxis.rangeMax" type="number" step="any" placeholder="Auto" class="form-control">
</div> </div>
<div class="checkbox"> <div class="checkbox" ng-if="options.globalSeriesType == 'heatmap'">
<label> <label>
<input type="checkbox" ng-model="options.sortY"> <input type="checkbox" ng-model="options.sortY">
<i class="input-helper"></i> Sort Values <i class="input-helper"></i> Sort Values