Has anyone managed to integrate or has got any idea if it is possible to use crossfilter with other charting libraries like nvd3 or C3.js? I know that interactive data exploration is possible with crossfilter using dc.js library but I am still curious to know if this is feasible with other libraries. The essential feature that needs to be implemented is the drill down capability that dc.js natively provides.
As per my understanding it is the dc.render and dc.redraw functions that make the whole user experience interactive. On that note is there any other library out there which provides the same functionality?
DC is a great library but it would be good to know about other options.
Regards