From cb664003a5c4a5ba938be8827e171a5388d0d2a2 Mon Sep 17 00:00:00 2001 From: Colin McLeod Date: Tue, 16 Jun 2015 15:26:22 -0700 Subject: [PATCH] Tweak slider --- app/js/directives/directive-slider.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/js/directives/directive-slider.js b/app/js/directives/directive-slider.js index e175bdd5..bf88f273 100644 --- a/app/js/directives/directive-slider.js +++ b/app/js/directives/directive-slider.js @@ -8,7 +8,7 @@ angular.module('app').directive('slider', ['$window', function($window) { change: '&onChange' }, link: function(scope, element) { - var margin = { top: -10, right: 140, bottom: 0, left: 50 }, + var margin = { top: -10, right: 145, bottom: 0, left: 50 }, height = 40, // Height is fixed h = height - margin.top - margin.bottom, fmt = d3.format('.2f'),