Khushil Dep 12 лет назад
Родитель
Сommit
47e54b2399
1 измененных файлов с 1 добавлено и 1 удалено
  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;
           }
         }