Hacker News new | ask | show | jobs
by ngould 3681 days ago
If you're interested in defining dimensions using tabular data in JS, check out crossfilter.js.

https://github.com/square/crossfilter

2 comments

The updated link seems to be https://github.com/crossfilter/crossfilter. Crossfilter (the organization) is now actively maintaining and extending Square's original crossfilter implementation.
Crossfilter is amazing, and demo they have with d3.js is really cool.