You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<selectclass="gf-form-input" ng-model="ctrl.panel.yAxis.logBase" ng-options="v as k for (k, v) in editor.logScales" ng-change="ctrl.refresh()"></select>
<selectclass="input-small gf-form-input" ng-model="ctrl.panel.yAxis.bucketMode" ng-options="f.value as f.text for f in editor.yBucketModes" ng-change="ctrl.render()"></select>
38
+
</div>
39
+
<inputtype="number"
40
+
class="gf-form-input width-5"
41
+
placeholder="auto"
42
+
ng-model="ctrl.panel.yAxis.bucketCount"
43
+
ng-change="ctrl.render()"
44
+
ng-model-onblur>
45
+
</input>
46
+
<info-popovermode="right-normal">Number of buckets for Y axis</info-popover>
0 commit comments