diff --git a/src/app/directives/grafanaGraph.js b/src/app/directives/grafanaGraph.js index d57002237e5..d6115135305 100644 --- a/src/app/directives/grafanaGraph.js +++ b/src/app/directives/grafanaGraph.js @@ -247,7 +247,7 @@ function (angular, $, kbn, moment, _) { } if (format === 'short') { axis.tickFormatter = function(val) { - return kbn.shortFormat(val,0); + return kbn.shortFormat(val, 1); }; } if (format === 'ms') {