mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Small tweak to shared tooltip edit option in Display styles tab
This commit is contained in:
@@ -50,10 +50,10 @@
|
|||||||
|
|
||||||
<div class="section">
|
<div class="section">
|
||||||
<h5>Tooltip</h5>
|
<h5>Tooltip</h5>
|
||||||
<div class="editor-option">
|
<editor-opt-bool
|
||||||
<label class="small">shared <tip> Show all series values on the same time in the same tooltip and a x croshair to help follow all series</tip></label>
|
text="All series" model="panel.tooltip.shared" change="render()"
|
||||||
<input type="checkbox" ng-model="panel.tooltip.shared" ng-checked="panel.tooltip.shared" ng-change="render()">
|
tip="Show all series on same tooltip and a x croshair to help follow all series">
|
||||||
</div>
|
</editor-opt-bool>
|
||||||
<div class="editor-option" ng-show="panel.stack">
|
<div class="editor-option" ng-show="panel.stack">
|
||||||
<label class="small">Stacked Values <tip>How should the values in stacked charts to be calculated?</tip></label>
|
<label class="small">Stacked Values <tip>How should the values in stacked charts to be calculated?</tip></label>
|
||||||
<select class="input-small" ng-model="panel.tooltip.value_type" ng-options="f for f in ['cumulative','individual']" ng-change="render()"></select>
|
<select class="input-small" ng-model="panel.tooltip.value_type" ng-options="f for f in ['cumulative','individual']" ng-change="render()"></select>
|
||||||
|
|||||||
Reference in New Issue
Block a user