Commit 7cddc543 by ilgizar

Add bs-tooltip to Y-Align element.

parent 66590042
......@@ -33,7 +33,7 @@
<div class="gf-form" ng-show="$index === 1">
<label class="gf-form-label width-6">Y-Align</label>
<input type="text" class="gf-form-input width-5" placeholder="none" empty-to-null ng-model="yaxis.align" ng-change="ctrl.render()" ng-model-onblur>
<input type="text" class="gf-form-input width-5" placeholder="none" empty-to-null bs-tooltip="'Align values for two Y-axes'" ng-model="yaxis.align" ng-change="ctrl.render()" ng-model-onblur>
</div>
<div ng-if="yaxis.show">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment