Skip to content

Commit

Permalink
Show Sort Y only when type is Heatmap (#3206)
Browse files Browse the repository at this point in the history
  • Loading branch information
deecay authored and arikfr committed Dec 24, 2018
1 parent 2f7cb1b commit 03a7e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/visualizations/chart/chart-editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ <h4>{{$index == 0 ? 'Left' : 'Right'}} Y Axis</h4>
<input ng-model="yAxis.rangeMax" type="number" step="any" placeholder="Auto" class="form-control">
</div>

<div class="checkbox">
<div class="checkbox" ng-if="options.globalSeriesType == 'heatmap'">
<label>
<input type="checkbox" ng-model="options.sortY">
<i class="input-helper"></i> Sort Values
Expand Down

0 comments on commit 03a7e24

Please sign in to comment.