Added individual hit counters to histogram

This commit is contained in:
Rashid Khan
2013-04-04 17:02:49 -07:00
parent 3474ee0983
commit 66680457ff
2 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
<div>
<span ng-repeat='series in legend' style='display:inline-block;padding-right:5px'>
<div style="display:inline-block;background:{{series.color}};height:10px;width:10px"></div>
<div class='small' style='display:inline-block'>{{series.label}} / {{panel.interval}}</div>
</span>
<div class='small' style='display:inline-block'>{{series.label}} ({{series.hits}})</div>
</span><span class="small"> per <strong>{{panel.interval}}</strong> | (<strong>{{hits}}</strong> total)</span>
</div>
<div histogram params="{{panel}}" style="height:{{panel.height || row.height}};position:relative"></div>
</kibana-panel>