Skip to content

Commit

Permalink
Closes #17
Browse files Browse the repository at this point in the history
  • Loading branch information
Rashid Khan committed Nov 4, 2013
1 parent ff98f46 commit 58c6561
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/panels/histogram/module.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ define([
'kbn',
'moment',
'./timeSeries',

'jquery.flot',
'jquery.flot.events',
'jquery.flot.selection',
Expand Down
3 changes: 3 additions & 0 deletions src/app/panels/pie/module.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<div ng-controller='pie' ng-init="init()">
<style>
.pieLabel { pointer-events: none }
</style>
<div ng-show="panel.legend == 'above'" ng-repeat="query in legend" style="float:left;padding-left: 10px;">
<span ng-show="panel.chart != 'none'"><i class="icon-circle" ng-style="{color:query.color}"></i></span><span class="small"> {{query.label}} ({{query.data[0][1]}}) </span></span>
</div><br>
Expand Down
3 changes: 3 additions & 0 deletions src/app/panels/terms/module.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<div ng-controller='terms' ng-init="init()">
<style>
.pieLabel { pointer-events: none }
</style>
<!-- START Pie or bar chart -->
<div ng-show="panel.counter_pos == 'above' && (panel.chart == 'bar' || panel.chart == 'pie')" id='{{$id}}-legend'>
<!-- vertical legend above -->
Expand Down

0 comments on commit 58c6561

Please sign in to comment.