Skip to content

Commit

Permalink
Merge pull request #4496 from jimmyjones2/hit_tooltip
Browse files Browse the repository at this point in the history
Add hit count tooltip to quick count in discover
  • Loading branch information
rashidkpc committed Jul 27, 2015
2 parents 0a7c2d1 + 5511cf1 commit cfc8a9c
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -27,7 +27,9 @@ <h5 ng-show="!field.details.error">Quick Count <kbn-info info="Top 5 values base
{{bucket.display}} <i ng-show="bucket.display === ''">Empty string</i>
</div>
</div>
<progressbar value="bucket.percent" max="100" animate="false"><span>{{bucket.percent}}%</span></progressbar>
<kbn-tooltip text="{{bucket.count}}" placement="right" append-to-body="1">
<progressbar value="bucket.percent" max="100" animate="false"><span>{{bucket.percent}}%</span></progressbar>
</kbn-tooltip>
</div>
</div>
</div>
Expand Down

0 comments on commit cfc8a9c

Please sign in to comment.