Khushil Dep 12 lat temu
rodzic
commit
47e54b2399
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/app/directives/grafanaGraph.js

+ 1 - 1
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;
           }
         }