From c2207fe7ce9601669f51d4b16b293cf171ac5a6a Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Fri, 15 Jan 2016 13:14:33 -0800 Subject: [PATCH] [Plot] Use reverse filter for range ticks too --- platform/features/plot/res/templates/plot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/features/plot/res/templates/plot.html b/platform/features/plot/res/templates/plot.html index aef04ce9ca..b9c76c85e9 100644 --- a/platform/features/plot/res/templates/plot.html +++ b/platform/features/plot/res/templates/plot.html @@ -55,7 +55,7 @@
- {{tick.label}} + {{tick.label | reverse}}