Restrict tile map from using percentiles or extended stats (issues/2883)

This commit is contained in:
lukasolson 2015-02-05 13:23:06 -07:00
parent 0c264a34e9
commit de2a0f6bae

View file

@ -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' }
]