Influxdb datasource: fix language in stacking helpful info section (#8134)

This commit is contained in:
Thomas Szymanski 2017-04-16 11:56:29 +02:00 committed by Torkel Ödegaard
parent aa47b9bf5c
commit f2dffeb543

View File

@ -54,7 +54,7 @@
<div class="grafana-info-box span6" ng-if="ctrl.panelCtrl.editorHelpIndex === 2"> <div class="grafana-info-box span6" ng-if="ctrl.panelCtrl.editorHelpIndex === 2">
<h5>Stacking and fill</h5> <h5>Stacking and fill</h5>
<ul> <ul>
<li>When stacking is enabled it important that points align</li> <li>When stacking is enabled it is important that points align</li>
<li>If there are missing points for one series it can cause gaps or missing bars</li> <li>If there are missing points for one series it can cause gaps or missing bars</li>
<li>You must use fill(0), and select a group by time low limit</li> <li>You must use fill(0), and select a group by time low limit</li>
<li>Use the group by time option below your queries and specify for example &gt;10s if your metrics are written every 10 seconds</li> <li>Use the group by time option below your queries and specify for example &gt;10s if your metrics are written every 10 seconds</li>