From 47e54b2399459dbdac82f98556b021b7175d1dad Mon Sep 17 00:00:00 2001 From: Khushil Dep Date: Tue, 25 Feb 2014 14:35:06 +0000 Subject: [PATCH] typo fix --- src/app/directives/grafanaGraph.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } }