Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data is not being filtered by .size( ) solo/mute #347

Closed
davelandry opened this issue Jul 1, 2015 · 1 comment
Closed

Data is not being filtered by .size( ) solo/mute #347

davelandry opened this issue Jul 1, 2015 · 1 comment
Assignees

Comments

@davelandry
Copy link
Member

Discussion: https://groups.google.com/forum/#!topic/d3plus/t6dvyQI_G4w
JSFiddle: http://jsfiddle.net/vortexua/hp3uasov/

@davelandry davelandry self-assigned this Jul 1, 2015
@davelandry
Copy link
Member Author

This now works appropriately (for not only size, but any other method that should filter data):

.size({
    "solo": function(d) {
        return d > 10;
    }
})

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant