Khushil Dep hace 12 años
padre
commit
47e54b2399
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
           }
         }