Interactive Data Visualization for the Web
Год: 2013
Автор: Murray Scott
Издательство: O'Reilly
ISBN: 978-1-449-33973-9
Язык: Английский
Формат: PDF/EPUB
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Да
Количество страниц: 272
Описание: Create and publish your own interactive data visualization projects on the Web—even if you have little or no experience with data visualization or web development. It’s easy and fun with this practical, hands-on introduction. Author Scott Murray teaches you the fundamental concepts and methods of D3, a JavaScript library that lets you express data visually in a web browser. Along the way, you’ll expand your web programming skills, using tools such as HTML and JavaScript.
This step-by-step guide is ideal whether you’re a designer or visual artist with no programming experience, a reporter exploring the new frontier of data journalism, or anyone who wants to visualize and share data.
- Learn HTML, CSS, JavaScript, and SVG basics
- Dynamically generate web page elements from your data—and choose visual encoding rules to style them
- Create bar charts, scatter plots, pie charts, stacked bar charts, and force-directed layouts
- Use smooth, animated transitions to show changes in your data
- Introduce interactivity to help users explore data through different views
- Create customized geographic maps with data
- Explore hands-on with downloadable code and over 100 examples
Preface
1. Introduction
2. Introducing D3
3. Technology Fundamentals
4. Setup
5. Data
6. Drawing with Data
7. Scales
8. Axes
9. Updates, Transitions, and Motion
10. Interactivity
11. Layouts
12. Geomapping
13. Exporting
A. Appendix: Further Study
Index