Skip to content

Commit

Permalink
Merge branch 'master' into fix/elastic#1962
Browse files Browse the repository at this point in the history
  • Loading branch information
stormpython committed Feb 5, 2015
2 parents 63717da + ed6d88a commit 80cc4f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/kibana/plugins/vis_types/vislib/pie.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ define(function (require) {
title: 'Slice Size',
min: 1,
max: 1,
aggFilter: ['sum', 'count'],
aggFilter: ['sum', 'count', 'cardinality'],
defaults: [
{ schema: 'metric', type: 'count' }
]
Expand Down
1 change: 1 addition & 0 deletions src/kibana/plugins/vis_types/vislib/tile_map.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ define(function (require) {
title: 'Value',
min: 1,
max: 1,
aggFilter: ['count', 'avg', 'sum', 'min', 'max', 'cardinality'],
defaults: [
{ schema: 'metric', type: 'count' }
]
Expand Down

0 comments on commit 80cc4f8

Please sign in to comment.