Commit bd4b75f5 by Torkel Ödegaard

added single decimal to short y formater

parent 084e7e7d
...@@ -247,7 +247,7 @@ function (angular, $, kbn, moment, _) { ...@@ -247,7 +247,7 @@ function (angular, $, kbn, moment, _) {
} }
if (format === 'short') { if (format === 'short') {
axis.tickFormatter = function(val) { axis.tickFormatter = function(val) {
return kbn.shortFormat(val,0); return kbn.shortFormat(val, 1);
}; };
} }
if (format === 'ms') { if (format === 'ms') {
......
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