Dc.js – Dimensional Charting JavaScript Library
dc-js.github.io
Dc.js – Dimensional Charting JavaScript Library
1–10 of 40 posts
Re: Dc.js – Dimensional Charting JavaScript Library
#2An example of what I was able to do: http://www.eanalytica.com/google-analytics-cube/ uses the dc, crossfilter and the Google Analytics API to make a simple visualisation
Re: Dc.js – Dimensional Charting JavaScript Library
#3Once you get your head around http://square.github.io/crossfilter/ and the manipulations you can do with groups, dc.js really makes rendering the data very simple.
1.7 has just been released and 2.0 is 'around the corner'.
It's a fantastic library and massive kudos to the people working on it. You make me look awesome :)
Re: Dc.js – Dimensional Charting JavaScript Library
#4Re: Dc.js – Dimensional Charting JavaScript Library
#5Re: Dc.js – Dimensional Charting JavaScript Library
#6The dev team behind dc.js is also super nice and very responsive to questions / prs.
Re: Dc.js – Dimensional Charting JavaScript Library
#7Re: Dc.js – Dimensional Charting JavaScript Library
#8DC.js is great, but ironically it's deep integration with crossfilter makes it much more difficult to use with other d3.js-based charting libraries. A team I am on ended up switching to another charting library and handling the data manipulation and filtering with crossfilter ourselves.
Re: Dc.js – Dimensional Charting JavaScript Library
#9Re: Dc.js – Dimensional Charting JavaScript Library
#10I Google-searched "dimensional charting" to get more information about this term. Guess what? All the results on page 1 are related to Dc.js. Looks like they'll have to write the definition themselves :-P