feat(elasticsearch): added geo hash bucket aggregation

This commit is contained in:
Torkel Ödegaard
2016-04-28 15:29:54 +02:00
parent 5a241a8290
commit 69c2fafa7a
4 changed files with 23 additions and 0 deletions

View File

@@ -86,6 +86,13 @@
</div>
</div>
<div ng-if="agg.type === 'geohash_grid'">
<div class="gf-form offset-width-7">
<label class="gf-form-label">Precision</label>
<input type="number" class="gf-form-input max-width-12" ng-model="agg.settings.precision" spellcheck='false' placeholder="3" ng-blur="onChangeInternal()">
</div>
</div>
</div>