mirror of
https://github.com/valitydev/redash.git
synced 2024-11-07 01:25:16 +00:00
Show Sort Y only when type is Heatmap (#3206)
This commit is contained in:
parent
2f7cb1bc8a
commit
03a7e24204
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user