[Plot] Use reverse filter for range ticks too

This commit is contained in:
Victor Woeltjen 2016-01-15 13:14:33 -08:00
parent 119429bc42
commit c2207fe7ce

View File

@ -55,7 +55,7 @@
<div ng-repeat="tick in subplot.getRangeTicks()"
class="gl-plot-tick gl-plot-y-tick-label"
ng-style="{ bottom: (100 * $index / (subplot.getRangeTicks().length - 1)) + '%' }">
{{tick.label}}
{{tick.label | reverse}}
</div>
<div class="gl-plot-y-options gl-plot-local-controls"