crossfilter2

WebJar for crossfilter2

License

License

GroupId

GroupId

org.webjars.bower
ArtifactId

ArtifactId

crossfilter2
Last Version

Last Version

1.4.6
Release Date

Release Date

Type

Type

jar
Description

Description

crossfilter2
WebJar for crossfilter2
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/crossfilter/crossfilter

Download crossfilter2

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.bower/crossfilter2/ -->
<dependency>
    <groupId>org.webjars.bower</groupId>
    <artifactId>crossfilter2</artifactId>
    <version>1.4.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/crossfilter2/
implementation 'org.webjars.bower:crossfilter2:1.4.6'
// https://jarcasting.com/artifacts/org.webjars.bower/crossfilter2/
implementation ("org.webjars.bower:crossfilter2:1.4.6")
'org.webjars.bower:crossfilter2:jar:1.4.6'
<dependency org="org.webjars.bower" name="crossfilter2" rev="1.4.6">
  <artifact name="crossfilter2" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='crossfilter2', version='1.4.6')
)
libraryDependencies += "org.webjars.bower" % "crossfilter2" % "1.4.6"
[org.webjars.bower/crossfilter2 "1.4.6"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Crossfilter

Join the chat at https://gitter.im/crossfilter/crossfilter Tests 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

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.

org.webjars.bower

Crossfilter

A home for all things Crossfilter

Versions

Version
1.4.6
1.3.14
1.3.13