Khushil Dep 12 tahun lalu
induk
melakukan
47e54b2399
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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;
           }
         }