I haven't run across an example like this and I'm stuck. Our database spits out something like this:
I want to visualize what household upgrade was recommended, mentioned and declined. I don't want to do it on a single job level (there are thousands of records) but using something like reduceCount().
I faked it in a spreadsheet here, where each number in the column is a count of how many times that number (corresponding to recommended, mentioned, declined) occurred. Then I wanted to chart it as a stacked row chart.
Do I need to pre-process this data, using something like underscore? Even then, I'm still a bit lost on how to implement this in crossfilter+dc.js. I realize stacked row charts may not be supported. Even if it is just a row chart with the 'Recommended' data would be helpful. I'm also open to other visualization options.
Thanks for any help on this!