@@ -171,6 +171,7 @@ <h6 ng-show="ctrl.panel.locationData === 'table' || ctrl.panel.locationData ===
171171 < input type ="text " class ="input-small gf-form-input width-10 " ng-model ="ctrl.panel.tableQueryOptions.longitudeField " ng-change ="ctrl.refresh() "
172172 ng-model-onblur />
173173 </ div >
174+ < gf-form-switch class ="gf-form " ng-show ="ctrl.panel.locationData === 'geohash' " label ="Hide Location Name " label-class ="width-10 " checked ="ctrl.panel.hideLocationName " ng-model ="ctrl.panel.hideLocationName " on-change ="ctrl.render() "> </ gf-form-switch >
174175 < div class ="gf-form " ng-show ="ctrl.panel.locationData === 'geohash' ">
175176 < label class ="gf-form-label width-12 "> Location Name Field</ label >
176177 < input type ="text " class ="input-small gf-form-input width-10 " ng-model ="ctrl.panel.esLocationName " ng-change ="ctrl.refresh() "
@@ -189,16 +190,11 @@ <h6 ng-show="ctrl.panel.locationData === 'table' || ctrl.panel.locationData ===
189190 </ div >
190191
191192 < div class ="section gf-form-group ">
192- < h5 class ="section-heading "> Drawing Options</ h5 >
193- < div class ="gf-form ">
194- < label class ="gf-form-label width-10 "> Minimum threshold value </ label >
195- < input type ="text " class ="input-small gf-form-input width-10 " ng-model ="ctrl.panel.minThreshold " ng-change ="ctrl.render() "
196- placeholder ="10 " ng-model-onblur />
197- </ div >
193+ < h5 class ="section-heading "> Coloring Options</ h5 >
198194 < div class ="gf-form ">
199195 < label class ="gf-form-label width-10 "> Color property </ label >
200196 < input type ="text " class ="input-small gf-form-input width-10 " ng-model ="ctrl.panel.colorMetric " ng-change ="ctrl.render() "
201- placeholder ="Percent Column " ng-model-onblur />
197+ placeholder ="Bucket Script " ng-model-onblur />
202198 </ div >
203199 < div class ="gf-form ">
204200 < label class ="gf-form-label width-10 "> Color label </ label >
@@ -229,6 +225,11 @@ <h5 class="section-heading">Drawing Options</h5>
229225
230226 < div class ="section gf-form-group ">
231227 < h5 class ="section-heading "> Hide series</ h5 >
228+ < div class ="gf-form ">
229+ < label class ="gf-form-label width-10 "> With values under </ label >
230+ < input type ="text " class ="input-small gf-form-input width-10 " ng-model ="ctrl.panel.minValue " ng-change ="ctrl.render() "
231+ placeholder ="10 " ng-model-onblur />
232+ </ div >
232233 < gf-form-switch class ="gf-form " label ="With only nulls " label-class ="width-10 " checked ="ctrl.panel.hideEmpty " on-change ="ctrl.render() ">
233234 </ gf-form-switch >
234235 < gf-form-switch class ="gf-form " label ="With only zeros " label-class ="width-10 " checked ="ctrl.panel.hideZero " on-change ="ctrl.render() ">
0 commit comments