Commit 47e54b23 by Khushil Dep Committed by Torkel Odegaard

typo fix

parent 215fe163
...@@ -301,7 +301,7 @@ function (angular, $, kbn, moment, _) { ...@@ -301,7 +301,7 @@ function (angular, $, kbn, moment, _) {
axis.tickFormatter = kbn.msFormat; axis.tickFormatter = kbn.msFormat;
} }
if (format === 'µs') { if (format === 'µs') {
axis.tickFormatter = kbm.microsFormat; axis.tickFormatter = kbn.microsFormat;
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment