Skip to content

Instantly share code, notes, and snippets.

@nashibao
Created April 16, 2017 01:31
Show Gist options
  • Save nashibao/440f7c1bd99879662a7abd856884a44f to your computer and use it in GitHub Desktop.
Save nashibao/440f7c1bd99879662a7abd856884a44f to your computer and use it in GitHub Desktop.
crossfilter filter function
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