mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
added single decimal to short y formater
This commit is contained in:
@@ -247,7 +247,7 @@ function (angular, $, kbn, moment, _) {
|
||||
}
|
||||
if (format === 'short') {
|
||||
axis.tickFormatter = function(val) {
|
||||
return kbn.shortFormat(val,0);
|
||||
return kbn.shortFormat(val, 1);
|
||||
};
|
||||
}
|
||||
if (format === 'ms') {
|
||||
|
||||
Reference in New Issue
Block a user