Skip to content

Commit

Permalink
fixing timelion Y axis elastic#9114
Browse files Browse the repository at this point in the history
  • Loading branch information
ppisljar committed Nov 23, 2016
1 parent 4556ac3 commit 54107d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ module.exports = function timechartFn(Private, config, $rootScope, timefilter, $
// This is kind of gross, it means that you can't replace a global value with a null
// best you can do is an empty string. Deal with it.
if (objVal == null) return srcVal;
if (srcVal == null) return objVal;
});
}

Expand Down

0 comments on commit 54107d6

Please sign in to comment.