From the course: D3.js Essential Training for Data Scientists

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using D3 with other libraries

Using D3 with other libraries - D3.js Tutorial

From the course: D3.js Essential Training for Data Scientists

Start my 1-month free trial

Using D3 with other libraries

- [Instructor] D3 is one of thousands of JavaScript libraries, and there are a few worth highlighting. The first is NVD3, which is a project to build reusable charts in D3 so that your code is a lot simpler for common charts like these ones. Next up there's Crossfilter. Crossfilter is a bit like the dispatch function we saw earlier. It coordinates events to help manage a dashboard update all its charts together following user interaction. Here we drag one element, and all the other elements update. Then there's dc, which essentially blends D3 with Crossfilter in one package. Here we click on one element, making all the other elements update. For all you statisticians out there who are using R, there's also a new framework available called R Shiny, which basically puts R on the web. If that weren't amazing enough, R Shiny can work with D3 charts to help you present your stats in new and different ways. And finally, you can increasingly use D3 with some software. Microsoft Power BI is a…

Contents