Skip to content

Commit

Permalink
Add filters agg in schemas
Browse files Browse the repository at this point in the history
This closes #6
  • Loading branch information
dlumbrer committed Nov 6, 2018
1 parent c69104e commit 6a5b621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/kbn_radar.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ function RadarVisTypeProvider(Private) {
title: 'Field',
max: 1,
min: 1,
aggFilter: ['terms']
aggFilter: ['terms', 'filters']
}
])
},
Expand Down

0 comments on commit 6a5b621

Please sign in to comment.