From f232dd36152ea2f7ecf41ed55e1961ab24de1b34 Mon Sep 17 00:00:00 2001 From: Megan Hines Date: Wed, 29 Apr 2015 10:28:52 -0500 Subject: [PATCH] upping the yRangePad on dygraphs to 5, seems not to negatively affect anything I've compared, but will push out and have Topping review GCMON-300 --- gcmrc-ui/src/main/webapp/app/graphing/graphing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcmrc-ui/src/main/webapp/app/graphing/graphing.js b/gcmrc-ui/src/main/webapp/app/graphing/graphing.js index a19126a..60380f5 100644 --- a/gcmrc-ui/src/main/webapp/app/graphing/graphing.js +++ b/gcmrc-ui/src/main/webapp/app/graphing/graphing.js @@ -201,7 +201,7 @@ GCMRC.Graphing = function(hoursOffset) { xAxisLabelWidth: 85, xAxisHeight: 50, axes: axes, - yRangePad: 1, + yRangePad: 5, // includeZero: true, labels: labels, dateWindow : dateWindow,