From 06036ce8b33b85492d7dcbe400a6059c5e8862d2 Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Thu, 11 Dec 2014 19:36:01 -0800 Subject: [PATCH] [Plot] Restore range tick marks Restore range tick marks; these were lost in refactoring to support multiple subplots-per-view due to a missed occurrence of an out-of-date interface usage. WTD-625. --- platform/features/plot/res/templates/plot.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platform/features/plot/res/templates/plot.html b/platform/features/plot/res/templates/plot.html index 7d348826d3..2450639838 100644 --- a/platform/features/plot/res/templates/plot.html +++ b/platform/features/plot/res/templates/plot.html @@ -26,9 +26,9 @@ {{axes[1].active.name}} -
+ ng-style="{ bottom: (100 * $index / (subplot.getRangeTicks().length - 1)) + '%' }"> {{tick.label}}