Skip to content

Commit

Permalink
upping the yRangePad on dygraphs to 5, seems not to negatively affect…
Browse files Browse the repository at this point in the history
… anything I've compared, but will push out and have Topping review GCMON-300
  • Loading branch information
mhines-usgs committed Apr 29, 2015
1 parent febcea1 commit f232dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gcmrc-ui/src/main/webapp/app/graphing/graphing.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ GCMRC.Graphing = function(hoursOffset) {
xAxisLabelWidth: 85,
xAxisHeight: 50,
axes: axes,
yRangePad: 1,
yRangePad: 5,
// includeZero: true,
labels: labels,
dateWindow : dateWindow,
Expand Down

0 comments on commit f232dd3

Please sign in to comment.