Chapter 10
Using D3.js for Data Visualization
IN THIS CHAPTER
Understanding the core features and characteristics of D3.js data visualizations
Getting familiar with basic concepts in HTML, JavaScript, CSS, and PHP
Figuring out the more advanced features of D3.js
The truth of the matter is, you can come up with the perfect data visualization you need to meet the exact needs of your target audience gathered in that meeting room down the hall, but what works in the physical meeting room may not work in that virtual meeting room out on the World Wide Web. In this chapter, I show you how you can use D3.js technology to build custom web-based visualizations — the type of visualizations you need if you’re showcasing your work online. The power of programming in D3.js is that it enables you to create absolutely stunning, dynamic data visualizations with which your audience can interact and explore, straight from their browsers, with no add-ons required.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access
D3.js is not the only option available for constructing dynamic, web-based data visualizations — it’s just an excellent one. Other options ...