# crossfilter2

> Fast multidimensional filtering for coordinated views.

Latest version **1.5.4** (published 2020-09-25) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install crossfilter2
pnpm add crossfilter2
yarn add crossfilter2
bun add crossfilter2
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.5.4 |
| Published | 2020-09-25 |
| First published | 2015-08-27 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 1 |
| Unpacked size | 143.2 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| GitHub stars | 1757 |
| Author | Mike Bostock |
| Maintainers | gordonwoodhull, esjewett, tannerlinsley |
| Keywords | analytics, visualization, crossfilter |

## Links

- npm: https://www.npmjs.com/package/crossfilter2
- Repository: https://github.com/crossfilter/crossfilter
- Homepage: https://crossfilter.github.io/crossfilter/
- Issues: https://github.com/crossfilter/crossfilter/issues
- npm.io page: https://npm.io/package/crossfilter2

## Dependencies (1)

- [@ranfdev/deepobj](https://npm.io/package/@ranfdev/deepobj.md) 1.0.2

## Alternatives

- [d3-force-3d](https://npm.io/package/d3-force-3d.md) — 1.0M weekly downloads
- [ng2-charts](https://npm.io/package/ng2-charts.md) — 486.8K weekly downloads
- [@arcgis/core](https://npm.io/package/@arcgis/core.md) — 257.8K weekly downloads
- [react-sparklines](https://npm.io/package/react-sparklines.md) — 249.3K weekly downloads
- [react-native-gifted-charts](https://npm.io/package/react-native-gifted-charts.md) — 182.3K weekly downloads

## Recent versions

- 1.5.4 (latest) — 2020-09-25
- 1.5.3 — 2020-08-20
- 1.5.2 — 2020-01-02
- 1.5.1 — 2019-12-20
- 1.5.0 — 2019-11-09
- 1.4.8 — 2019-11-09
- 1.4.7 — 2019-04-04
- 1.4.6 — 2018-04-25
- 1.4.5 — 2018-02-16
- 1.4.4 — 2018-02-16
- 1.4.3 — 2017-09-22
- 1.4.2 — 2017-09-18
- 1.4.1 — 2017-07-26
- 1.4.0 — 2017-04-26
- 1.3.14 — 2016-06-09
- … 10 more at https://npm.io/package/crossfilter2/versions

## README

# Crossfilter

[![Join the chat at https://gitter.im/crossfilter/crossfilter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/crossfilter/crossfilter?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![Test status via Travis CI](https://travis-ci.org/crossfilter/crossfilter.svg?branch=master)](https://travis-ci.org/crossfilter/crossfilter) [![CDNJS](https://img.shields.io/cdnjs/v/crossfilter2.svg)](https://cdnjs.com/libraries/crossfilter2)

**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](/square/crossfilter/blob/master/LICENSE).

This is a community-maintained fork of the original [square/crossfilter](https://github.com/square/crossfilter) library.

Want to learn more? [See the wiki.](https://github.com/crossfilter/crossfilter/wiki)

## Gallery of Community Examples

* [Configurable Chart Collection (C3) - World Bank Example](http://drarmstr.github.io/chartcollection/examples/#worldbank) - ([Source](http://drarmstr.github.io/chartcollection/examples/#worldbank/source), [HTML](http://drarmstr.github.io/chartcollection/examples/#worldbank/html))
* [Dimensional Charting JavaScript Library (dc.js)](https://dc-js.github.io/dc.js/) - ([Source](https://dc-js.github.io/dc.js/docs/stock.html))

## 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`.

---
_Source: https://npm.io/package/crossfilter2 · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
