|
|
@@ -70,6 +70,16 @@
|
|
|
</label>
|
|
|
<input class="gf-form-input max-width-12" type="number" ng-model="agg.settings.trimEdges" ng-change="onChangeInternal()">
|
|
|
</div>
|
|
|
+ <div class="gf-form offset-width-7">
|
|
|
+ <label class="gf-form-label width-10">
|
|
|
+ Offset
|
|
|
+ <info-popover mode="right-normal">
|
|
|
+ Change the start value of each bucket by the specified positive (+) or negative offset (-) duration, such as 1h for an hour, or 1d for a day
|
|
|
+ </info-popover>
|
|
|
+ </label>
|
|
|
+ <input class="gf-form-input max-width-12" type="text" ng-model="agg.settings.offset" ng-change="onChangeInternal()">
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
|
|
|
<div ng-if="agg.type === 'histogram'">
|