typo fix
This commit is contained in:
committed by
Torkel Odegaard
parent
215fe16341
commit
47e54b2399
@@ -301,7 +301,7 @@ function (angular, $, kbn, moment, _) {
|
||||
axis.tickFormatter = kbn.msFormat;
|
||||
}
|
||||
if (format === 'µs') {
|
||||
axis.tickFormatter = kbm.microsFormat;
|
||||
axis.tickFormatter = kbn.microsFormat;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user