crossfilter2
TypeScript icon, indicating that this package has built-in type declarations

1.5.4 • Public • Published

Crossfilter

Join the chat at https://gitter.im/crossfilter/crossfilter Test status via Travis CI CDNJS

Crossfilter is a JavaScript library for exploring large multivariate datasets in the browser. Crossfilter supports extremely fast (<30ms) interaction with coordinated views, even with datasets containing a million or more records.

Since most interactions only involve a single dimension, and then only small adjustments are made to the filter values, incremental filtering and reducing is significantly faster than starting from scratch. Crossfilter uses sorted indexes (and a few bit-twiddling hacks) to make this possible, dramatically increasing the perfor­mance of live histograms and top-K lists. Crossfilter is available under the Apache License.

This is a community-maintained fork of the original square/crossfilter library.

Want to learn more? See the wiki.

Gallery of Community Examples

Installation

This package can be found under the name crossfilter2 in npm:

 npm install crossfilter2

Development

Install dependencies:

  • npm install
  • npm install -g browserify uglify-js

Test changes with npm test. Build with npm run build for use in the browser. You may also want to benchmark your changes with npm run benchmark.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.5.4
    14,035
    • latest

Version History

Package Sidebar

Install

npm i crossfilter2

Weekly Downloads

26,227

Version

1.5.4

License

Apache-2.0

Unpacked Size

147 kB

Total Files

21

Last publish

Collaborators

  • gordonwoodhull
  • esjewett
  • tannerlinsley
  • kdeepak