crossfilter2

WebJar for crossfilter2

Лицензия

Лицензия

Группа

Группа

org.webjars.bowergithub.crossfilter
Идентификатор

Идентификатор

crossfilter
Последняя версия

Последняя версия

1.4.6
Дата

Дата

Тип

Тип

jar
Описание

Описание

crossfilter2
WebJar for crossfilter2
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

https://github.com/crossfilter/crossfilter

Скачать crossfilter

Как подключить последнюю версию

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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.bowergithub.crossfilter

Crossfilter

A home for all things Crossfilter

Версии библиотеки

Версия
1.4.6