mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
default to two decimal digits in table charts
This commit is contained in:
parent
48e11845e3
commit
112315271d
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ define([
|
|||
}
|
||||
m = _.defaults(m, _.findWhere($scope.modeInfo[$scope.panel.mode].availableMetrics, { "field": m.field }));
|
||||
|
||||
var _metric_defaults = {field: "", decimals: 2, scale: 1};
|
||||
var _metric_defaults = {field: "", decimals: 1, scale: 1};
|
||||
m = _.defaults(m, _metric_defaults);
|
||||
|
||||
if (_.isNumber(m.error)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue