wbkd / awesome-d3

A list of D3 libraries, plugins and utilities
https://d3-discovery.net/
Other
5.15k stars 307 forks source link

Add Crossfilter to the list #56

Closed lobo-tuerto closed 6 years ago

lobo-tuerto commented 6 years ago

Although old I think it's an awesome and inspiring piece of tech built with D3. Hopefully, will inspire a rewrite on D3 v4 someday.

http://square.github.io/crossfilter/

curran commented 6 years ago

Just want to clarify - Crossfilter is not built with D3. You can use Crossfilter and D3 together to build cool things, but Crossfilter itself has no dependency on any parts of D3.

Agreed, though, that it should be part of awesome-d3. It is an awesome additional external library that was essentially designed to work well with D3.

moklick commented 6 years ago

good idea. I think in this case we can make an exception.

lobo-tuerto commented 6 years ago

You are totally right @curran, sorry for my confusion.

Here is the link to the currently maintained version: https://github.com/crossfilter/crossfilter

moklick commented 6 years ago

thanks, I updated the link