D3 Crossfilter basic example

by0 picture by0 · Oct 2, 2012 · Viewed 34.5k times · Source

I am just getting introduced to D3 and really like the crossfilter library. I would like to generate something similar but instead of their flight data, I have CSV data in the format: row,col,value.

I'd like just one histogram showing values, and a table that is sorted by the value field.

It's quite difficult to understand whats going on in their example.

Could someone suggest or show a very basic example?

Answer

by0 picture by0 · Jan 10, 2013

I came across a GREAT library which would do this for me.

dc.js