Merge pull request #4868 from spalger/chore/cleanupConfig

[config] remove unused key format:numberPrecision
This commit is contained in:
Tim Sullivan 2015-09-11 14:26:36 -07:00
commit ffc2fa830d

View file

@ -57,10 +57,6 @@ define(function () {
value: 10,
description: 'The top N most popular fields to show',
},
'format:numberPrecision': {
value: 3,
description: 'Round numbers to this many decimal places',
},
'histogram:barTarget': {
value: 50,
description: 'Attempt to generate around this many bar when using "auto" interval in date histograms',
@ -170,4 +166,4 @@ define(function () {
}
};
};
});
});