Skip to content

Commit

Permalink
Merge pull request #419 from rashidkpc/fix/empty-range
Browse files Browse the repository at this point in the history
Exclude strings and dates from range add. Closes #418
  • Loading branch information
rashidkpc committed Sep 29, 2014
2 parents e7b11e6 + f2c3d0e commit 6381eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kibana/components/agg_types/buckets/range.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ define(function (require) {
params: [
{
name: 'field',
filterFieldTypes: ['number', 'date', 'string']
filterFieldTypes: ['number']
},
{
name: 'ranges',
Expand Down

0 comments on commit 6381eb6

Please sign in to comment.