diff --git a/src/app/directives/grafanaGraph.js b/src/app/directives/grafanaGraph.js index c1d50d5a22a..a2f13b9c27d 100644 --- a/src/app/directives/grafanaGraph.js +++ b/src/app/directives/grafanaGraph.js @@ -301,7 +301,7 @@ function (angular, $, kbn, moment, _) { axis.tickFormatter = kbn.msFormat; } if (format === 'µs') { - axis.tickFormatter = kbm.microsFormat; + axis.tickFormatter = kbn.microsFormat; } }