Search code examples
javascriptcsvd3.jssvgcrossfilter

D3 Crossfilter basic example


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?


Solution

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

    dc.js