Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialsabelo codes
30 PointsData Visualisation
Anyone know a good online resource for Data Visualisation stuff. Anything for d3.js/dc.js/crossfilter?
1 Answer
Brendan Whiting
Front End Web Development Techdegree Graduate 84,738 PointsThere are a few here in the Treehouse library.
For outside resources, I think DataCamp is really excellent for all things data and data visualization. Egghead has a great course on D3 v4. I'm not familiar with dc.js or crossfilter.
Also, you maybe have already considered this and decided against it, but there are libraries like Chart.js that simpler and easier to use than D3 but don't give you as much ability to customize.
sabelo codes
30 Pointssabelo codes
30 PointsThank you @Brendan, I will have a look at your suggestions .