Skip to content

Commit

Permalink
reverting previous change
Browse files Browse the repository at this point in the history
  • Loading branch information
stormpython committed Jul 16, 2015
1 parent c243f8d commit 7dbba6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kibana/components/vislib/lib/legend.js
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ define(function (require) {
return pointLabel !== label.toString();
}

if (label && label !== '_all' && label !== 'Count') {
if (label && label !== '_all') {
d3.select(this).style('cursor', 'pointer');
}

Expand Down

0 comments on commit 7dbba6b

Please sign in to comment.