Created
April 16, 2017 01:31
-
-
Save nashibao/440f7c1bd99879662a7abd856884a44f to your computer and use it in GitHub Desktop.
crossfilter filter function
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dim.filter([100, 200]) # range | |
dim.filter(120) # equal | |
dim.filter((d) -> return d % 2) # function |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment