Skip to content

Commit

Permalink
remove animation on legend tooltip (#11910)
Browse files Browse the repository at this point in the history
  • Loading branch information
nreese authored May 19, 2017
1 parent c9c8e8d commit b5c51d1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ui/public/visualize/visualize_legend.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
ng-class="showDetails ? 'legend-value-full' : 'legend-value-truncate'"
class="legend-value-title"
tooltip="{{legendData.label}}"
tooltip-animation="false"
>
<i class="fa fa-circle" ng-style="{color: getColor(legendData.label)}"></i> {{legendData.label}}
</div>
Expand Down

0 comments on commit b5c51d1

Please sign in to comment.