Skip to content

Commit

Permalink
Merge pull request #459 from Topface/typos
Browse files Browse the repository at this point in the history
Removed extra ">" in tooltip
  • Loading branch information
Rashid Khan committed Sep 3, 2013
2 parents 723a186 + a2deecd commit 9440fcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panels/histogram/editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ <h5>Chart Settings</h5>
<h5>Tooltip Settings</h5>
<div class="row-fluid" style="margin-bottom:10px;">
<div class="span3">
<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-medium" ng-model="panel.tooltip.value_type" ng-options="f for f in ['cumulative','individual']"></select>
</div>
<div class="span3">
Expand Down

0 comments on commit 9440fcf

Please sign in to comment.