Skip to content

Commit

Permalink
Exclude strings and dates from range add. Closes #418
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Sep 26, 2014
1 parent 9b17a57 commit f2c3d0e
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 f2c3d0e

Please sign in to comment.