D3.js in Action
Год: 2015
Автор: Elijah Meeks
Издательство: Manning
ISBN: 9781617292118
Язык: Английский
Формат: PDF/EPUB
Качество: Изначально компьютерное (eBook)
Интерактивное оглавление: Да
Количество страниц: 352
Описание: D3.js in Action is a practical tutorial for creating interactive graphics and data-driven applications using D3.js. You'll start with in-depth explanations of D3's out-of-the-box layouts, along with dozens of practical use cases that align with different types of visualizations. Then, you'll explore practical techniques for content creation, animation, and representing dynamic data—including interactive graphics and data streamed live over the web. The final chapters show you how to use D3's rich interaction model as the foundation for a complete web application. In the end, you'll be ready to integrate D3.js into your web development process and transform any site into a more engaging and sophisticated user experience.
D3.js is a JavaScript library that allows data to be represented graphically on a web page. Because it uses the broadly supported SVG standard, D3 allows you to create scalable graphs for any modern browser. You start with a structure, dataset, or algorithm and programmatically generate static, interactive, or animated images that responsively scale to any screen.
D3.js in Action introduces you to the most powerful web data visualization library available and shows you how to use it to build interactive graphics and data-driven applications. You'll start with dozens of practical use cases that align with different types of charts, networks, and maps using D3's out-of-the-box layouts. Then, you'll explore practical techniques for content design, animation, and representation of dynamic data—including interactive graphics and live streaming data.
WHAT'S INSIDE
Interacting with vector graphics
Expressive data visualization
Creating rich mapping applications
Prepping your data
Complete data-driven web apps in D3
Код:
[b]Part 1 D3.js fundamentals[/b]
Chapter 1 An introduction to D3.js
What is D3.js?
How D3 works
Using HTML5
Data standards
Infoviz standards expressed in D3
Your first D3 app
Summary
Chapter 2 Information visualization data flow
Working with data
Data-binding
Data presentation style, attributes, and content
Summary
Chapter 3 Data-driven design and interaction
Project architecture
Interactive style and DOM
Pregenerated content
Summary
[b]Part 2 The pillars of information visualization[/b]
Chapter 4 Chart components
General charting principles
Creating an axis
Complex graphical objects
Line charts and interpolations
Complex accessor functions
Summary
Chapter 5 Layouts
Histograms
Pie charts
Pack layouts
Trees
Stack layout
Plugins to add new layouts
Summary
Chapter 6 Network visualization
Static network diagrams
Force-directed layout
Summary
Chapter 7 Geospatial information visualization
Basic mapmaking
Better mapping
Advanced mapping
TopoJSON data and functionality
Tile mapping with d3.geo.tile
Further reading for web mapping
Summary
Chapter 8 Traditional DOM manipulation with D3
Setup
Spreadsheet
Canvas
Image gallery
Summary
[b]Part 3 Advanced techniques[/b]
Chapter 9 Composing interactive applications
One data source, many perspectives
Interactivity: hover events
Brushing
Summary
Chapter 10 Writing layouts and components
Creating a layout
Writing your own components
Summary
Chapter 11 Big data visualization
Big geodata
Big network data
Optimizing xy data selection with quadtrees
More optimization techniques
Summary
Chapter 12 D3 on mobile
Available online