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?