Skip to content

Commit

Permalink
added description of the showAnalyzedWarning option
Browse files Browse the repository at this point in the history
  • Loading branch information
scampi authored Dec 8, 2016
1 parent 0d924fc commit 7f85803
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/public/agg_types/param_types/field.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export default function FieldAggParamFactory(Private, $filter) {
FieldAggParam.prototype.filterFieldTypes = '*';
// retain only the fields with the aggregatable property if the onlyAggregatable option is true
FieldAggParam.prototype.onlyAggregatable = true;
// show a warning about the field being analyzed
FieldAggParam.prototype.showAnalyzedWarning = true;

/**
Expand Down

0 comments on commit 7f85803

Please sign in to comment.